Skip to content

Fix pairing sequence diagrams failing to render - #133

Merged
maximmaxim345 merged 1 commit into
mainfrom
claude/fix-mermaid-semicolon-syntax-p9yxx6
Aug 10, 2026
Merged

Fix pairing sequence diagrams failing to render#133
maximmaxim345 merged 1 commit into
mainfrom
claude/fix-mermaid-semicolon-syntax-p9yxx6

Conversation

@maximmaxim345

Copy link
Copy Markdown
Member

The Dynamic PIN and Static PIN pairing flow diagrams both failed with "Syntax error in text" instead of rendering. Mermaid treats ; as a statement separator in sequence diagrams, so the semicolon in the shared Note over Client,Server line truncated the note text and left the remainder of the line unparseable. Replacing it with a comma keeps the sentence identical and lets both diagrams parse.

@maximmaxim345
maximmaxim345 merged commit 2a9d310 into main Aug 10, 2026
1 check passed
@maximmaxim345
maximmaxim345 deleted the claude/fix-mermaid-semicolon-syntax-p9yxx6 branch August 10, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant