-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Labels
Description
Could configuration to enable the newer ZenUML support be added?
According to the Integrating with your library/website section of https://mermaid.js.org/syntax/zenuml.html it involves something like this:
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
import zenuml from 'https://cdn.jsdelivr.net/npm/@mermaid-js/mermaid-zenuml@0.1.0/dist/mermaid-zenuml.esm.min.mjs';
await mermaid.registerExternalDiagrams([zenuml]);
</script>