mjbvz / vscode-markdown-mermaid

Adds Mermaid diagram and flowchart support to VS Code's builtin markdown preview
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid
MIT License
630 stars 112 forks source link

feat(markdownPreview): integrate ZenUML diagrams support #250

Closed yufeikang closed 2 weeks ago

yufeikang commented 3 months ago

Title: Add Support for ZenUML Diagrams in Markdown Preview

Description:

This pull request introduces a new feature that integrates ZenUML diagram rendering into our Markdown preview functionality. By leveraging the @mermaid-js/mermaid-zenuml package, users can now include ZenUML diagrams directly within their Markdown files, enhancing documentation and visual representations of workflows, sequences, or architectures.

Key Changes

mjbvz commented 2 months ago

Please open a linked issue too with example some mermaid for testing the new diagram type

mjbvz commented 2 weeks ago

Closing as we need an issue to track this and more explanation of why this is useful. I'd like more feedback from the community too before considering this