Repair the -.text-> / =.text=> typo in flowchart / graph dotted/thick edge labels โ the closing form requires the same dot (or =) before ->/=>, otherwise Mermaid's parser bails with a "Parse error" at the offending line:
A -.oppose-> B โ A -.oppose.-> B
A ==accept==> B (already valid โ left alone)
A -.support.-> B (already valid โ left alone)
Only triggers when the label has no ./= pair already and there is at least one whitespace-separated label token. Applies only to flowchart/graph.
Repair the
-.text->/=.text=>typo inflowchart/graphdotted/thick edge labels โ the closing form requires the same dot (or=) before->/=>, otherwise Mermaid's parser bails with a "Parse error" at the offending line:Only triggers when the label has no
./=pair already and there is at least one whitespace-separated label token. Applies only toflowchart/graph.