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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

#834 Using & as a separator for the multiple nodes #1168

Merged
merged 1 commit into from
Jan 2, 2020

Conversation

knsv
Copy link
Collaborator

@knsv knsv commented Jan 2, 2020

馃搼 Summary

Adding & as a separator for having multiple nodes in one statement as in:

graph LR
        a --> b & c--> d

Here is the diagram above with the old syntax:

graph LR
        a --> b
        a --> c
        b --> d 
        c --> d

Resolves #834

馃搹 Design Decisions

Which character to use as a separator is important. It was a amtch between & and , but , is a valid charatcer in a node id so therefore & was chosen.

@github-actions github-actions bot added the Type: Enhancement New feature or request label Jan 2, 2020
@ashishjain0512 ashishjain0512 merged commit 851d2f2 into develop Jan 2, 2020
@ashishjain0512 ashishjain0512 deleted the feature/834_linking_to_multiple_nodes branch January 2, 2020 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linking to multiple nodes
2 participants