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

accTitle and accDescr are not supported in mindmaps #4167

Open
Billiam opened this issue Feb 28, 2023 · 0 comments
Open

accTitle and accDescr are not supported in mindmaps #4167

Billiam opened this issue Feb 28, 2023 · 0 comments
Labels
Graph: Mindmap Internals: Parser Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request

Comments

@Billiam
Copy link
Contributor

Billiam commented Feb 28, 2023

Description

Adding accTitle or accDescr to mindmap diagrams generates an error. Fields are treated as (potential) mindmap nodes.

Steps to reproduce

  1. Visit mermaid live editor
  2. Change to example mindmap diagram
  3. Add accTitle: my title to the second line in editor
  4. Verify error complaining about multiple root nodes

Screenshots

Screenshot_20230228_173457

Code Sample

mindmap
  accTitle: My title
  accDescr: My description
  root((mindmap))
    Origins

Setup

Desktop

  • OS and Version: Linux
  • Browser and Version: Chrome 110

Additional Context

No response

@Billiam Billiam added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Feb 28, 2023
@jgreywolf jgreywolf added Type: Enhancement New feature or request and removed Type: Bug / Error Something isn't working or is incorrect labels Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Graph: Mindmap Internals: Parser Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants