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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm working on a Markdown Editor for Blazor and added your component in my library. I have a few questions.
How can I detect if the library is loaded in the page? I use
Is this correct?
When I add a diagram, the render is not immediate. To render the graph, I use
where
code
is the Mermaid code. Only after a few refresh withCtrl
+F5
, the graph appears.Also, I tried to use the version 10.9.1 adding the code
but the behaviours is the same. If I add the script from
I get an error on
e.replace is not a function
Beta Was this translation helpful? Give feedback.
All reactions