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
648 stars 119 forks source link

Error when rendering #94

Closed sebitacio closed 3 years ago

sebitacio commented 3 years ago

I am using Markdown Extended extension to add block syntax, but when i have Markdown Preview Mermaid Support active, i get a syntax error. This is what a have.

::: alert-warning
*here be dragons*
:::

::: mermaid
sequenceDiagram
  A-->B: Works!
:::

And this is the result. Anotación 2021-01-18 155648 png

But when i disable it, the first part works fine. Anotación 2021-01-18 155932 png

Thanks.