Many nodes going to a single box #26
josephernest
started this conversation in
Features / Syntax
Replies: 1 comment 1 reply
-
An alternative (though not more concise) is using an [id]. I just wanted to mention that because then if your lines shift you won't need to rewrite the line numbers.
There is not, at present, any shorter way to write. I guess the syntax really favors more children over more parents (tree shapes) 😅 I don't want to add anything to the syntax without gathering more feedback so I'm going turn this issue into a discussion where people can show interest / suggest a syntax to accomplish this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, congrats for your tool!
In order to do something like "many nodes go to 1 node":
is there a better way than doing:
to avoid the repetition of newlines with
(2)
?Beta Was this translation helpful? Give feedback.
All reactions