@wdprlib/parser
    Preparing search index...

    Type Alias DiagnosticSeverity

    DiagnosticSeverity: "error" | "warning" | "info"

    Severity level of a diagnostic.

    • "error" — the markup is structurally broken (e.g. inline [[div]] without a newline after ]]).
    • "warning" — the markup is likely unintentional but the parser can recover (e.g. a missing [[/div]] close tag).
    • "info" — informational hints (e.g. deprecated syntax).

    2.0.0