ArthurSonzogni / Diagon

Interactive ASCII art diagram generators. :star2:
https://arthursonzogni.com/Diagon/
MIT License
1.47k stars 56 forks source link

New lines in Tree #58

Closed KingaMasz closed 6 months ago

KingaMasz commented 1 year ago

Would it be possible to ignore additional new lines within one tree? Like in this example: parent child1

child2

child1 and child2 are in the same tree but the output looks like: parent `-child1

`-child2

In my oponion empty lines between them should be ignored for better looking tree, like this: parent -child1 -child2

ArthurSonzogni commented 6 months ago

Good ideas! Thanks!