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

Support `sequenceDiagram`. #240

Closed RokeJulianLockhart closed 8 months ago

RokeJulianLockhart commented 8 months ago

https://mermaid.js.org/syntax/examples.html#basic-sequence-diagram doesn't work.

mjbvz commented 8 months ago

How so?

Image

RokeJulianLockhart commented 8 months ago

https://github.com/mjbvz/vscode-markdown-mermaid/issues/240#issuecomment-1928615881

@mjbvz, I've been using

::: mermaid
:::

due to https://github.com/mjbvz/vscode-markdown-mermaid/issues/239#issue-2116460124. Does that make any difference for you? If not, I have no idea of why this isn't working for me.

mjbvz commented 8 months ago

Yes works fine with ::: too. Maybe one of your other extensions?

RokeJulianLockhart commented 8 months ago

https://github.com/mjbvz/vscode-markdown-mermaid/issues/240#issuecomment-1928640551

I expect so. I'll get back to you about this too, @mjbvz.