Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ZenUML (Mermaid) #58

Open
Pyroseza opened this issue Jan 26, 2024 · 1 comment
Open

Add support for ZenUML (Mermaid) #58

Pyroseza opened this issue Jan 26, 2024 · 1 comment

Comments

@Pyroseza
Copy link

Pyroseza commented Jan 26, 2024

Add support for ZenUML (Mermaid)

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

Available since 10.2.3

Example from docs

zenuml
    title Demo
    Alice->John: Hello John, how are you?
    John->Alice: Great!
    Alice->John: See you later!

image

Current error as seen in Joplin
image

@Pyroseza Pyroseza changed the title Add support for ZenUML Add support for ZenUML (Mermaid) Jan 26, 2024
@nils-a
Copy link
Contributor

nils-a commented Jun 4, 2024

Using ZenUML seems to be dependent on @mermaid-js/mermaid-zenuml, too.

The current Joplin renderer is using mermaid 10.6.1 but still ZenUML does not render. Would it be "good" to change this here, so the editor renders the diagram while the renderer will not render it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants