md to pdf export with mermaid diagrams
# questions
j
md to pdf export with mermaid diagrams
Hey @VFansss , I do follow this workflow with pandoc to convert my dendron notes if my notes contain mermaid diagrams:
Copy code
pandoc <your-dendron-note>.md -o sample3.pdf -F mermaid-filter.cmd
This will create the the pdf for you with mermaid diagrams rendered correctly. Alternatively, you can run
dendron publish dev
in cli to generate site at localhost and use browser print to download the webpage as pdf
v
Omg, you are right! I didn't know there was a mermaid filter! Is working GOOD. ❤️