gitbook-plugin-mermaid-2
gitbook-plugin-mermaid-2 copied to clipboard
In gitbook 3 the api changed. The mermaid.js in no more included in index.html
Support gitbook 3.x to fix issue #4 Minor changes: * Upgrade mermaid lib to ~7.0.0 * Support DOS CRLF Known issue: * Cannot render mermaid in ebook targets.
Hi morlay, I am Aleen (https://github.com/aleen42) , and the founder of GitBook Community in Google+: https://plus.google.com/communities/110696788983472771007, which aims to sharing books or plugins of GitBook, talking anything about it as...
I had problems while evaluating this plugin on my local gitbook-cli server. As I've noticed, the scripts from the mermaid bower component where not loaded into the generated HTML output.
The regular expression used to find the Mermaid code fence in a markdown document does not work if the document uses `CRLF` line endings (as opposed to just `LF`).
Mermaid 2 diagrams don't appear in pdf /mobi or epub generation. I used sample given on Read-me page. and below is my book.json { "gitbook": "2.6.7", "plugins": ["mermaid-2"], "links": {...