gitbook-plugin-mermaid-lovebing

2.2.2 • Public • Published

Mermaid plugin for GitBook

Plugin for GitBook 3 which renders Mermaid diagrams and flow charts detected in the book markdown.

How to install it?

You can use install via NPM:

$ npm install gitbook-plugin-mermaid-gb3

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

{
  "plugins": ["mermaid-gb3"]
}

How to use it?

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

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.2.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.2.2
    2
  • 2.2.1
    0
  • 2.2.0
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i gitbook-plugin-mermaid-lovebing

Weekly Downloads

2

Version

2.2.2

License

ISC

Unpacked Size

897 kB

Total Files

7

Last publish

Collaborators

  • lovebing