We are currently planning to migrate to a different platform for the forum. We will announce this fact both here and on Twitter, once we have settled on a solution.
mermaid PDF export
Hi,
I created a simple mermaid flowchart which displays nicely within zettlr. However, in the eported PDF the mermaid source code is shown, and no flowchart :-(
Anyone experiencing the same problem?
I use zettlr 1.7.5. on IOS.
your's
felix
Comments
You'll need a Pandoc filter for Mermaid. Unfortunately, I don't use it and can't recommend anything specific.
Thanks Hendrik,
I installed mermaid-filter
https://github.com/raghur/mermaid-filter
It uses puppeteer and and should do the trick.
(However, I have some problems on my computer with puppeteer, sigh … )
I have also had problem with puppeteer... I have finally installed the filter called pandoc-imagine. Using this filter with pandoc I have been able to generate an output image with the mermaid diagram.