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

Update Mermaid to 9.3.0 #164

Closed znorris closed 1 year ago

znorris commented 1 year ago

Upgrade to Mermaid 9.3.0 to support new features https://github.com/mermaid-js/mermaid/releases/tag/v9.3.0.

Thanks for making this extension, very useful!

mjbvz commented 1 year ago

Want to submit a pr for this? It should be pretty straightforward

apeacock1991 commented 1 year ago

I've raised a PR here: https://github.com/mjbvz/vscode-markdown-mermaid/pull/165. Strangely npm install doesn't work for me on master (it complaints a lot about deps, particularly mermaid-markdown/webpack etc.) but based on a prior PR these are the only changes required.

znorris commented 1 year ago

@apeacock1991 Thank you for doing this! I had a problem with getting master to build so that's why I didn't go ahead and make a PR. I appreciate this extension @mjbvz and the awesome people that keep it up to date @apeacock1991.