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

Syntax suggestions #564

Closed
snarlynarwhal opened this issue Aug 25, 2017 · 6 comments
Closed

Syntax suggestions #564

snarlynarwhal opened this issue Aug 25, 2017 · 6 comments
Labels
Type: New Shape Request for new shape

Comments

@snarlynarwhal
Copy link

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.

@tylerlong
Copy link
Collaborator

It seems cool.

What's the equivalent in mermaid for d -> {e f} ?

@snarlynarwhal
Copy link
Author

It's been awhile, but I believe it's:

graph TD;
    D-->E;
    D-->F;

@stale
Copy link

stale bot commented Jun 29, 2019

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.

@stale stale bot added the Type: New Shape Request for new shape label Jun 29, 2019
@snarlynarwhal
Copy link
Author

Large graphs start to get very verbose without these shortcuts. I personally switched to graphviz/dot because of this.

@stale stale bot removed the Type: New Shape Request for new shape label Jun 29, 2019
@github-actions
Copy link
Contributor

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.

@github-actions github-actions bot added the Type: New Shape Request for new shape label Sep 24, 2019
@stale
Copy link

stale bot commented Oct 8, 2019

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.

@stale stale bot closed this as completed Oct 8, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Oct 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: New Shape Request for new shape
Projects
None yet
Development

No branches or pull requests

2 participants