Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    • Repair the -.text-> / =.text=> typo in flowchart / graph dotted/thick edge labels โ€” the closing form requires the same dot (or =) before ->/=>, otherwise Mermaid's parser bails with a "Parse error" at the offending line:

      A -.oppose-> B          โ‡’   A -.oppose.-> B
      A ==accept==> B         (already valid โ€” left alone)
      A -.support.-> B        (already valid โ€” left alone)

      Only triggers when the label has no ./= pair already and there is at least one whitespace-separated label token. Applies only to flowchart/graph.

      Parameters

      • body: string

      Returns string