HMP / docs /js /mermaid-init.js
GitHub Action
Sync from GitHub with Git LFS
c858d86
if (window.mermaid) {
mermaid.initialize({
startOnLoad: true,
theme: "default"
});
}