Mermaid: Syntax suggestions

Created on 25 Aug 2017  路  6Comments  路  Source: mermaid-js/mermaid

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.

Inactive

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

knsv picture knsv  路  20Comments

scchearn picture scchearn  路  21Comments

karthikdav picture karthikdav  路  29Comments

imrefazekas picture imrefazekas  路  15Comments

harwoodr picture harwoodr  路  43Comments