When exporting a note from Obsidian containing a Mermaid diagram to PDF, the diagram fails to render (even though it displays correctly in the editor), and throws this console error: This happens ...
src/ ├── app/ # Application layer ├── features/ │ └── model-viewer/ # 3D model viewer feature │ ├── ui/ # React components │ ├── lib/ # Business logic services │ ├── hooks/ # Custom React hooks ...