Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    • Quote flowchart / graph node labels that contain an inner [ inside the outer bracketed payload โ€” e.g.

      Hamas[55 MSEK\nHamas-linked payment\n[A2 unverified]]

      The Mermaid 11 lexer reads the first ] as the node closer and bails on the trailing ]. Wrapping the whole content in "โ€ฆ" and preserving the inner [โ€ฆ] text fixes the parse โ€” quoted node labels accept [ and ] as literal text.

      Idempotent: labels that are already quoted or that have no nested [ are returned unchanged. Runs before quoteFlowchartNodeLabels so that pipeline does not see the malformed bracket nesting.

      Parameters

      • body: string

      Returns string