Quote flowchart / graph edge labels (-->|โฆ|, ==>|โฆ|, -.->|โฆ|) when their inner payload contains characters the Mermaid 11 lexer rejects unquoted: (, ), {, }, :, ,, #. The fix wraps the inner text in "โฆ" which the lexer accepts as an opaque string literal.
Quote flowchart / graph edge labels (
-->|โฆ|,==>|โฆ|,-.->|โฆ|) when their inner payload contains characters the Mermaid 11 lexer rejects unquoted:(,),{,},:,,,#. The fix wraps the inner text in"โฆ"which the lexer accepts as an opaque string literal.Idempotent: payloads already wrapped in
"โฆ"are left alone.