We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mermaid is a text-to-diagram library that is very useful for writing up flow charts or class diagrams or what not.
Markdown-it has some plugins that add support for the mermaid tag, e.g.
graph TD A[Christmas] -->|Get money| B(Go shopping) B --> C{Let me think} C -->|One| D[Laptop] C -->|Two| E[iPhone] C -->|Three| F[Car]
Renders to this:
Example: https://mermaidjs.github.io/mermaid-live-editor/
A possible implementation: https://www.npmjs.com/package/markdown-it-mermaid
The text was updated successfully, but these errors were encountered:
Support for Mermaid would be a Big Deal in this extension for complex projects. Thanks for your consideration.
Sorry, something went wrong.
No branches or pull requests
Mermaid is a text-to-diagram library that is very useful for writing up flow charts or class diagrams or what not.
Markdown-it has some plugins that add support for the mermaid tag, e.g.
Renders to this:
Example:
https://mermaidjs.github.io/mermaid-live-editor/
A possible implementation:
https://www.npmjs.com/package/markdown-it-mermaid
The text was updated successfully, but these errors were encountered: