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
633 stars 114 forks source link

Support for Mermaid 10.2+ #202

Closed chesterbr closed 1 year ago

chesterbr commented 1 year ago

That one introduces namespace for class diagrams, which is quite useful.

It was released on 10.2.0 (the changelog says package, but the syntax is namespace, as shown in the docs.

ebtone commented 1 year ago

That one introduces namespace for class diagrams, which is quite useful.

It was released on 10.2.0 (the changelog says package, but the syntax is namespace, as shown in the docs.

me too