slidevjs / slidev

Presentation Slides for Developers
https://sli.dev
MIT License
32.66k stars 1.31k forks source link

Add Mermaid Zenuml Support #1795

Closed HenryZhang-ZHY closed 1 month ago

HenryZhang-ZHY commented 1 month ago

Describe the solution you'd like Mermaid can render sequence diagrams with ZenUML.

HenryZhang-ZHY commented 1 month ago

https://mermaid.js.org/syntax/zenuml.html

KermanX commented 1 month ago

It is possible to register the ZenUML renderer for Mermaid via './setup/mermaid.ts'.

We may not install the ZenUML package by default to reduce the installation size.