Suppress mermaid error rendering (#5308)

This commit is contained in:
Matt Rubens 2025-07-01 15:50:24 -04:00 committed by GitHub
parent 0ee3680fb4
commit a1ae29cdcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,6 +46,7 @@ mermaid.initialize({
startOnLoad: false,
securityLevel: "loose",
theme: "dark",
suppressErrorRendering: true,
themeVariables: {
...MERMAID_THEME,
fontSize: "16px",