Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    • Quote unquoted node-label payloads in flowchart-family diagrams when they contain characters that the Mermaid 11 lexer treats as control tokens โ€” specifically (, ), {, }, ,, :. Idempotent: a label that already begins with " is left untouched.

      Recognised label shapes (the inner payload is what gets quoted):

      • A[โ€ฆ] square-bracket node
      • A(โ€ฆ) rounded node โ€” only when the inner payload starts with another delimiter (e.g. A((..)), A(["..."])), never plain A(text) which is a valid shape on its own.
      • A{โ€ฆ} diamond node
      • A{{โ€ฆ}} hexagon node
      • A[/โ€ฆ/] trapezoid / parallelogram variants
      • A>โ€ฆ] asymmetric / flag node

      Applies only to top-level diagram types flowchart / graph.

      Parameters

      • body: string

      Returns string