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

please upgrade mermaid to support gitgraph #131

Closed heartacker closed 2 years ago

heartacker commented 2 years ago

https://github.com/mermaid-js/mermaid/releases/tag/9.0.0

and the newest version is 9.1.1

detj commented 2 years ago

I see mermaid is added as a devDependency.

trongthanh commented 2 years ago

@detj because mermaid is built to the extension bundle at compile time.

I just figured out how to update mermaid bundled with the extension (as a temporary workaround):

We don't need to run other build commands.

mjbvz commented 2 years ago

At that point, why not just submit a pr :)

trongthanh commented 2 years ago

@mjbvz will do. Like I said, it was temporary. But currently I need that gitGraph feature urgently, and I know I cannot rush open source author. :)

trongthanh commented 2 years ago

Here you go: #132