这是indexloc提供的服务,不要输入任何密码
Skip to content

Support for ZenUML diagrams #166

@jwatt

Description

@jwatt

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>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions