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

PDF/EPUB/MOBI does not show diagram

Open ashishWaghmare opened this issue 8 years ago • 1 comments

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": { "sidebar": { "Contact us / Support": "https://www.gitbook.com/contact" } }, "pluginsConfig": { "mermaid-2": { "theme":"forest" } } }

ashishWaghmare avatar Mar 07 '16 14:03 ashishWaghmare

Thanks reporting, I will find a way to let it could generate pure SVG in node, if I have enough time.

morlay avatar Mar 08 '16 02:03 morlay