You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: render mermaid in transclusion; replace Export PDF with Print.
The PDF export just returned HTML with an auto-triggered window.print(),
which is less honest than a Print button invoking window.print() directly
on the live page — the new action uses @media print to hide chrome, so
Save-as-PDF from the browser dialog produces the same artifact without
an extra route.
Mermaid diagrams inside transcluded pages stayed at 'Loading diagram...'
because the mermaid effect ran before transclusion injected content.
Extracted renderMermaidIn(root) and re-run it on each transcluded subtree.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments