0.0.8 • Published 2 years ago

honkit-plugin-mermaid-md-adoc v0.0.8

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

Mermaid plugin for HonKit

Plugin for HonKit which renders Mermaid diagrams and flow charts detected in the book markdown and asciidoc.

How to install it?

You can use install via npm:

npm install honkit-plugin-mermaid-md-adoc

And use it for your book with in the book.json:

{
  "plugins": ["mermaid-md-adoc"]
}

How to use it?

Just put the code into fenced code block and tag it mermaid key word like this:

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

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago