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
656 stars 120 forks source link

Request: Please update to Mermaid v10.7.0+ #234

Closed noppej closed 8 months ago

noppej commented 8 months ago

Hi. I'm running into this issue (referenced on https://mermaid.js.org/syntax/sequenceDiagram.html#activations).

If an error of the following type occurs when creating or deleting an actor/participant:

The destroyed participant participant-name does not have an associated destroying message after its declaration. Please check the sequence diagram.

And fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version to (v10.7.0+).

I'd be happy to PR, if you can give me some pointers to the process.

wuleninja commented 8 months ago

Hi everyone ! Thanks for this great plugin. I'd even say regarding this issue: v10.8.0 would be great, since it brings block diagrams! :)