markdown_preview: Fix multiple mermaid rendering issues#50485
Merged
smitbarmase merged 1 commit intomainfrom Mar 2, 2026
Merged
markdown_preview: Fix multiple mermaid rendering issues#50485smitbarmase merged 1 commit intomainfrom
smitbarmase merged 1 commit intomainfrom
Conversation
ed0990b to
9d8b3a4
Compare
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #50172
Closes #50238
Closes #50243
Closes #50196
Updates
mermaid-rs-rendererwith the following fixes:374db9e)d1bf282)6203d71)94fb543)cd79c56)9534cb1)Release Notes: