@agoose77/markdown-it-mermaid
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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.

Package Sidebar

Install

npm i @agoose77/markdown-it-mermaid

Weekly Downloads

33

Version

1.1.0

License

MIT

Unpacked Size

5.5 kB

Total Files

5

Last publish

Collaborators

  • bollwyvl
  • agoose77