We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem Mermaid syntax can become very wordy or difficult to read.
Background
&
I have many markdown documents describing dependencies or hierarchies in a markdown-list format like the following:
- House - Kitchen - chair - table - Living room - chair - table - Bathroom - bath tub - toilette
To translate the into mermaid so a diagram can be generated, I end up with
House --> Kitchen & Living room & Bathroom
I'd like to create this: from this:
- A - B - C - D
The text was updated successfully, but these errors were encountered:
This is very close to my the syntax for mindmaps that I am working on:
root[The root] Child1 child2(Child2) Other Child3 GrandChild1 sc1 sc2 sc3 GrandChild2
We should do this. There are more diagrams that could use the syntax like wbs diagrams and org charts.
Sorry, something went wrong.
I am also interested in this feature
Id love this feature as well
Closing as duplicate of #3989 and #1360
No branches or pull requests
Is your feature request related to a problem? Please describe
Problem
Mermaid syntax can become very wordy or difficult to read.
Background
&
syntax for expressing many nodes does not support line breaksI have many markdown documents describing dependencies or hierarchies in a markdown-list format like the following:
To translate the into mermaid so a diagram can be generated, I end up with
&
(House --> Kitchen & Living room & Bathroom
)Describe the solution you'd like
I'd like to create this:
from this:
The text was updated successfully, but these errors were encountered: