10000 zenuml syntax produces "Syntax error in text" (not recognized as valid diagram type?) · Issue #6589 · mermaid-js/mermaid · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zenuml syntax produces "Syntax error in text" (not recognized as valid diagram type?) #6589

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

Open
NourBenz opened this issue May 12, 2025 · 0 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@NourBenz
Copy link
Contributor
NourBenz commented May 12, 2025

Description

When I try to use the zenuml syntax as described in the Mermaid documentation, it fails to render and throws:

Syntax error in text (mermaid version 11.6.0)

Steps to reproduce

  1. paste this code sample
zenuml
  title Demo
  Alice->John: Hello John, how are you?
  John->Alice: Great!
  Alice->John: See you later!

  1. see the : Syntax error in text
    mermaid version 11.6.0

  2. expected output :

Image

  1. real output :

Image

Screenshots

No response

Code Sample

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

Setup

Mermaid version: 11.6.0
Browser: Chrome 124
OS: Windows 11

Suggested Solutions

Check whether zenuml is correctly registered as a diagram in diagram-registry.ts

Ensure the parser for ZenUML syntax is initialized correctly

If this is still experimental, mark it clearly in the docs and disable it in production builds

Additional Context

No response

@NourBenz NourBenz added Type: Bug / Error Something isn't working or is incorrect Status: Triage Needs to be verified, categorized, etc labels May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

1 participant
0