Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    One parse violation, ready to be reported by the CLI or asserted by vitest. bodyLineNumber is 1-indexed and refers to the line inside the diagram body (i.e. relative to bodyStartLineNumber from MermaidBlock). The CLI converts this to an absolute file line by adding bodyStartLineNumber - 1.

    interface MermaidParseViolation {
    ย ย ย ย message: string;
    ย ย ย ย bodyLineNumber: number;
    ย ย ย ย category: MermaidParseCategory;
    }
    Index
    message: string
    bodyLineNumber: number