1.1.0 • Published 2 years ago

@agoose77/markdown-it-mermaid v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

markdown-it-mermaid

npm-badge docs-badge

mermaidjs renderer for markdown-it.

An example mermaid diagram:

``` mermaid
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
```

produces

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

For more, information and a live demo, see the documentation on ReadTheDocs.