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

    Function checkSemantics

    • Run semantic checks on a Block. Currently flags duplicate flowchart node ids declared with conflicting labels; only flowchart/graph diagrams are checked, and an in-diagram %% mermaid-lint-disable directive suppresses findings.

      Parameters

      • block: Block

        The block to inspect.

      Returns SemanticWarning[]

      Any SemanticWarnings found (empty when none apply).