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
First of all, thanks a lot for your work on Quarto!
I found that when rendering nested Mermaid graphs, the resulting diagrams are close to unreadable, even though the Quarto documentation advertises theming compatibility.
The problem is especially bad when using revealjs.
Revealjs output:
HTML output:
Minimal example:
---title: "Mermaid test"format: revealjs---## Mermaid test```{mermaid}%%| echo: falseflowchart LR subgraph B direction TB C-->D end A-->B```
The text was updated successfully, but these errors were encountered:
First of all, thanks a lot for your work on Quarto!
I found that when rendering nested Mermaid graphs, the resulting diagrams are close to unreadable, even though the Quarto documentation advertises theming compatibility.
The problem is especially bad when using revealjs.
Revealjs output:
![image](https://private-user-images.githubusercontent.com/20258504/345373882-f2c1c387-2f1a-48f6-a2dd-ef2f1c622a53.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzcxNjMsIm5iZiI6MTczOTEzNjg2MywicGF0aCI6Ii8yMDI1ODUwNC8zNDUzNzM4ODItZjJjMWMzODctMmYxYS00OGY2LWEyZGQtZWYyZjFjNjIyYTUzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDIxMzQyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc4MGFjYWE0M2IzZWY1OWM5ZGFkMmU1YmZkMmFkNDQzNjAzNjI4MDI0NGM2MDhlY2Y0YmNjZjQ5NzJhMmRhNWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.TOPfUK0z12P_xTyhRPk4uQiZpHV20xMZWiBuOSHoNBM)
HTML output:
![image](https://private-user-images.githubusercontent.com/20258504/345377209-2ff98eb2-36c9-4880-872a-d1887cd3334b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzcxNjMsIm5iZiI6MTczOTEzNjg2MywicGF0aCI6Ii8yMDI1ODUwNC8zNDUzNzcyMDktMmZmOThlYjItMzZjOS00ODgwLTg3MmEtZDE4ODdjZDMzMzRiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDIxMzQyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlkOGZiNjczMzI2OWNkYWY3NjEyNjk5NGE4M2U1NDU0NmY2N2YyOTU3NzUxNGU1YzEzZGU4ZThmNTQ1ZDA4MGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.p8DpsMfMEBc3kN_UfLg0p1cP0SxzU8U503tLyonE0Uc)
Minimal example:
The text was updated successfully, but these errors were encountered: