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.
flowchart
graph
%% mermaid-lint-disable
The block to inspect.
Any SemanticWarnings found (empty when none apply).
Run semantic checks on a Block. Currently flags duplicate flowchart node ids declared with conflicting labels; only
flowchart/graphdiagrams are checked, and an in-diagram%% mermaid-lint-disabledirective suppresses findings.