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
I want to suppress mermaid rendering error by passing RunOptions.suppressErrors=false in MermaidAPI class.
But I know to how to pass this flag, I have the following code in my application
Mermaid has been updated to expose the suppressErrorRendering through the mermaidOptions and I added the possibility to configure the options globally.
Those changes have been released as part of v19.0.0 alongside the update to Angular 19.
Please read the breaking changes carefully, new version of ngx-markdown uses marked v15 and needs some adjustments, as well as changes to the mermaid plugin.
I want to suppress mermaid rendering error by passing RunOptions.suppressErrors=false in MermaidAPI class.
But I know to how to pass this flag, I have the following code in my application
The text was updated successfully, but these errors were encountered: