bpruitt-goddard / vscode-mermaid-syntax-highlight

Markdown syntax support for the Mermaid charting language
MIT License
92 stars 36 forks source link

Support for flowchart #33

Closed ajdajd closed 3 years ago

ajdajd commented 3 years ago

See here: https://mermaid-js.github.io/mermaid/diagrams-and-syntax-and-examples/flowchart.html#beta-flowcharts

It's just graph but allows subgraphs to be set as edges.

ajdajd commented 3 years ago

I realize this is still a beta feature. It's still very buggy.

From https://mermaid-js.github.io/mermaid/diagrams-and-syntax-and-examples/flowchart.html#flowcharts

Apart from the graph type, the syntax is the same. This is currently experimental but when the beta period is over, both the graph and flowchart keywords will render in the new way. This means it is ok to start beta testing flowcharts.