mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-04 11:34:23 +01:00
New run function added as replacement.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
<script type="module">
|
||||
import mermaid from './mermaid.esm.mjs';
|
||||
mermaid.init({ startOnLoad: false });
|
||||
mermaid.initialize({ startOnLoad: false });
|
||||
mermaid.mermaidAPI.initialize();
|
||||
|
||||
async function rerender(text) {
|
||||
|
||||
Reference in New Issue
Block a user