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
640 stars 115 forks source link

fix: set minimum mermaid version to 8.13.8 #119

Closed wuhkuh closed 2 years ago

wuhkuh commented 2 years ago

The latest releases of mermaid contain security fixes, resolving various XSS vulnerabilities. This change sets the lowest supported mermaid version to the latest 8.13.x release, containing those fixes.

Other changes include the addition of dataflow diagrams, and rendering of states with whitespace in their names.

mjbvz commented 2 years ago

Thanks!