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
usage
1. enable mermaid in post's front matter, e.g.
---
mermaid: true
2. include content with `<div>`, e.g.
<div class="mermaid">
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
</div>
No description provided.
The text was updated successfully, but these errors were encountered: