@mermaid-lint/core
    Preparing search index...

    Type Alias DirectiveKind

    DirectiveKind: "range-start" | "range-end" | "next-line" | "diagram" | "file"

    Scope of a suppression directive.

    • range-start / range-end%% mermaid-lint-disable / -enable
    • next-line — applies to the next non-directive body line
    • diagram — the whole diagram, wherever the directive sits
    • file — every Mermaid block in the document (<!-- ... -->)