mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Suppress mermaid error rendering (#5308)
This commit is contained in:
parent
0ee3680fb4
commit
a1ae29cdcd
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ mermaid.initialize({
|
|||
startOnLoad: false,
|
||||
securityLevel: "loose",
|
||||
theme: "dark",
|
||||
suppressErrorRendering: true,
|
||||
themeVariables: {
|
||||
...MERMAID_THEME,
|
||||
fontSize: "16px",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue