0.0.5 • Published 2 years ago

hexo-mermaid-diagrams v0.0.5

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

Hexo plugin for rendering mermaid diagrams by puppeteer.

Thanks to mermaid.cli

This is my first time to write nodejs package, you can contract me if there are some things wrong.

  • mermaid 9.1.7
  • @fortawesome/fontawesome-free 5.7.0

Install:

npm i hexo-mermaid-diagrams
{% mermaid %}
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
{% endmermaid %}
0.0.5

2 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago