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
630 stars 112 forks source link

Diagram is not working #230

Closed mjbvz closed 5 months ago

mjbvz commented 7 months ago

Hi,

This is an example of what is no t working for me :

Code:

`

'''mermaid

graph TD;

  A-->B[far:fa-window-maximize B];

  A-->C;

  B-->D;

  C-->D;

'''

`

Render:


  graph TD;

      A-->B[far:fa-window-maximize B];

      A-->C;

      B-->D;

      C-->D;

I hope this helps.

Thanks

Originally posted by @Vince-perso in #209

mjbvz commented 7 months ago

@Vince-perso What isn't working in that diagram?

RokeJulianLockhart commented 5 months ago

https://github.com/mjbvz/vscode-markdown-mermaid/issues/230#issuecomment-1845950644

@mjbvz, might @Vince-perso be experiencing https://github.com/mjbvz/vscode-markdown-mermaid/issues/239#issue-2116460124?

mjbvz commented 5 months ago

Closing as waiting for more info from the original poster