You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I'm new to Mermaid, and definitely not a Markdown expert, so please let me know if this is ridiculous for whatever reason! Perhaps it becomes impossible to parse?)
I think graph descriptions can be made more human-readable with two changes
Make node labels optional
Imply arrow-origin based on indentation.
Eg
flowchart TD
A[Start] --> B{Is it?}
B -- Yes --> C[OK]
C --> D[Rethink]
D --> B
B -- No ----> E[End]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
(I'm new to Mermaid, and definitely not a Markdown expert, so please let me know if this is ridiculous for whatever reason! Perhaps it becomes impossible to parse?)
I think graph descriptions can be made more human-readable with two changes
Eg
becomes
I'm guessing there are examples where this would make things less readable, but it would be a nice option for a certain subset.
Beta Was this translation helpful? Give feedback.
All reactions