gitbook-plugin-mermaid-2 icon indicating copy to clipboard operation
gitbook-plugin-mermaid-2 copied to clipboard

Add support for gitbook 3

Open octera opened this issue 8 years ago • 1 comments

In gitbook 3 the api changed. The mermaid.js in no more included in index.html

octera avatar Jun 08 '16 16:06 octera

@octera I created a pr trying to fix this. You can try the fix before merging by add the mermaid-2 plugin like:

    "plugins": [
        "mermaid-2@git+https://github.com/genzj/gitbook-plugin-mermaid-2.git#gitbook-3"
    ],

genzj avatar Apr 08 '17 04:04 genzj