johanneswuerbach / markdown-inline-mermaid

Render inline graphs with Markdown and Mermaid
MIT License
9 stars 2 forks source link

How to set specific MermaidJs version? #5

Closed andreminelli closed 3 weeks ago

andreminelli commented 3 weeks ago

Hi!

It seems that - at least on my deployment - the version 8.13.7 is being used, but I have sequence diagrams that needs version 9.X or above. Is there some way to set a specific MermaidJs, or maybe a custom JS file for it?

johanneswuerbach commented 3 weeks ago

The plugin itself is just executing the mermaid cli, so the mermaid version depends on the CLI version installed in your environment.

andreminelli commented 3 weeks ago

Got It. Thanks you!