I think mermaid could look a bit sleeker by borrowing these from graphviz dot:
graph mygraph
a -> b -> c
d -> {e f}
If you're open to these changes and would like help implementing them, I can try and help out if you point me in the right direction.
It seems cool.
What's the equivalent in mermaid for d -> {e f} ?
It's been awhile, but I believe it's:
graph TD;
D-->E;
D-->F;
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Large graphs start to get very verbose without these shortcuts. I personally switched to graphviz/dot because of this.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still interested in it, and it is still relevant, you can comment or remove the label to revive it.
This issue has been been automatically closed due to a lack of activity. This is done to maintain a clean list of issues that the community is interested in developing.