-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Linking to multiple nodes #834
Comments
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. |
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. |
Hey @ThePenguin1140, are you still working on this? Anything we can help you with? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There is a non obvious issue with the syntax here. The problem is that , is a valid character in the node id definition. This is unfortunate. The id statement should have been made strict alphaNum and life would be much easier. As it is I am reluctant to do grammar changes that break existing diagrams out there. I think we need to find another separator, maybe space or | |
…ple_nodes #834 Using & as a separator for the multiple nodes
The text was updated successfully, but these errors were encountered: