Skip to content

markdown_preview: Fix multiple mermaid rendering issues#50485

Merged
smitbarmase merged 1 commit intomainfrom
fix-multiple-mermaid-issues
Mar 2, 2026
Merged

markdown_preview: Fix multiple mermaid rendering issues#50485
smitbarmase merged 1 commit intomainfrom
fix-multiple-mermaid-issues

Conversation

@smitbarmase
Copy link
Copy Markdown
Member

Closes #50172
Closes #50238
Closes #50243
Closes #50196

Updates mermaid-rs-renderer with the following fixes:

  • Fix ampersand in node labels splitting nodes incorrectly (374db9e)
  • Add gantt compact display mode via yaml frontmatter (d1bf282)
  • Fix class diagram stereotype annotations rendered as members (6203d71)
  • Fix dotted lines being indistinguishable from solid (94fb543)
  • Fix class diagram arrowheads hidden under node boxes (cd79c56)
  • Fix text not rendering in some cases (9534cb1)

Release Notes:

  • Fixed multiple mermaid diagram rendering issues in markdown preview.

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Mar 2, 2026
@zed-community-bot zed-community-bot bot added the staff Pull requests authored by a current member of Zed staff label Mar 2, 2026
@smitbarmase smitbarmase force-pushed the fix-multiple-mermaid-issues branch from ed0990b to 9d8b3a4 Compare March 2, 2026 13:15
@smitbarmase smitbarmase merged commit 2549db7 into main Mar 2, 2026
28 checks passed
@smitbarmase smitbarmase deleted the fix-multiple-mermaid-issues branch March 2, 2026 13:51
tahayvr pushed a commit to tahayvr/zed that referenced this pull request Mar 4, 2026
…es#50485)

Closes zed-industries#50172
Closes zed-industries#50238
Closes zed-industries#50243
Closes zed-industries#50196

Updates `mermaid-rs-renderer` with the following fixes:

- Fix ampersand in node labels splitting nodes incorrectly
([`374db9e`](zed-industries/mermaid-rs-renderer@374db9e))
- Add gantt compact display mode via yaml frontmatter
([`d1bf282`](zed-industries/mermaid-rs-renderer@d1bf282))
- Fix class diagram stereotype annotations rendered as members
([`6203d71`](zed-industries/mermaid-rs-renderer@6203d71))
- Fix dotted lines being indistinguishable from solid
([`94fb543`](zed-industries/mermaid-rs-renderer@94fb543))
- Fix class diagram arrowheads hidden under node boxes
([`cd79c56`](zed-industries/mermaid-rs-renderer@cd79c56))
- Fix text not rendering in some cases
([`9534cb1`](zed-industries/mermaid-rs-renderer@9534cb1))

Release Notes:

- Fixed multiple mermaid diagram rendering issues in markdown preview.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement staff Pull requests authored by a current member of Zed staff

Projects

None yet

1 participant