joshed-io / reveal-hugo

📽️ Create rich HTML-based presentations with Hugo and Reveal.js
https://reveal-hugo.dzello.com/
MIT License
679 stars 142 forks source link

mermaid diagrams not rendered in `?print-pdf` mode #163

Open zygoloid opened 6 months ago

zygoloid commented 6 months ago

Steps to reproduce:

Visit https://reveal-hugo.dzello.com/?print-pdf and scroll down to the "mermaid" example.

Expected:

Rendered diagram, like in non-?print-pdf mode.

Actual:

Mermaid graph description "graph LR A --> B B --> C" appears on slide.

zygoloid commented 6 months ago

Workaround

After opening slides in ?print-pdf mode, manually invoke mermaid.init() from JavaScript console before printing.