Skip to content

fix(docs): rewrite mermaid diagram for GitHub rendering#73

Merged
kolkov merged 1 commit into
mainfrom
fix/mermaid-diagram
Feb 9, 2026
Merged

fix(docs): rewrite mermaid diagram for GitHub rendering#73
kolkov merged 1 commit into
mainfrom
fix/mermaid-diagram

Conversation

@kolkov
Copy link
Copy Markdown
Contributor

@kolkov kolkov commented Feb 9, 2026

Summary

  • Remove all HTML <br> tags from mermaid node labels
  • Wrap all labels in double quotes to prevent parsing issues
  • Rename BASH node to NATIVE_BASH to avoid /bin/bash forward slashes being parsed as mermaid shape delimiters

Fixes rendering failure from PR #72 where <br> still caused lexical errors.

…ering

Remove all HTML <br> tags from mermaid node labels and wrap all labels
in double quotes. Forward slashes in labels like /bin/bash were being
parsed as mermaid shape delimiters, causing rendering failures.
@kolkov kolkov merged commit e2e1c77 into main Feb 9, 2026
@kolkov kolkov deleted the fix/mermaid-diagram branch February 9, 2026 22:22
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