You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if .mmd or .mermaid files were automatically recognized and rendered as I am restricted to using those (other tools only support them, and in general it is not a bad design choice to keep large diagrams in separate files) and now I need to have two extensions installed to be able to live-preview my mermaid diagrams: this one and "Mermaid Preview".
These standalone files are not fenced in code blocks like this:
```mermaid
stateDiagram-v2
s1 --> s2
```
instead they simply contain the contents like this:
stateDiagram-v2
s1 --> s2
The text was updated successfully, but these errors were encountered:
It would be nice if
.mmd
or.mermaid
files were automatically recognized and rendered as I am restricted to using those (other tools only support them, and in general it is not a bad design choice to keep large diagrams in separate files) and now I need to have two extensions installed to be able to live-preview my mermaid diagrams: this one and "Mermaid Preview
".These standalone files are not fenced in code blocks like this:
instead they simply contain the contents like this:
The text was updated successfully, but these errors were encountered: