Use mermaid.run

This commit is contained in:
Mimi 2023-07-01 15:57:21 +08:00
parent 2e1de3efa5
commit eedd189307

View File

@ -26,7 +26,7 @@ document.addEventListener('page:loaded', () => {
gantt : { axisFormat: '%m/%d/%Y' }, gantt : { axisFormat: '%m/%d/%Y' },
sequence : { actorMargin: 50 } sequence : { actorMargin: 50 }
}); });
mermaid.init(); mermaid.run();
}); });
} }
}); });