WBS - Use multiline text with "Change direction" feature

0 votes
asked Aug 1 in Bug by bdangus (180 points)

in WBS diagrams, I believe there may be a bug (or perhaps it's a feature request?) to use multiline text in combination with the "Change direction" feature.  I.e. Using the text below causes  a syntax error.  Removing the < and > make it ok.

@startwbs
* Root
**<:Line 1
Line 2;
**>:Line 3
Line 4;
@endwbs

Am I doing something wrong?

Thanks.  Brian

commented Aug 6 by The-Lu (74,900 points)
edited Aug 6 by The-Lu

[Just for the record]

See pseudo similar issue/request [but for Mindmap] here:

Regards,
Th.

1 Answer

0 votes
answered Aug 14 by bdangus (180 points)

After some experimenting, I could only come up with the "\n method".  It works (except for the slightly annoying offset from the root to the second level).

@startwbs
* Root
**> Line 1A\nLine 1B
***> Right R2A\nRight R2B
****> Right R3A\nRight R3B
***< Left L2A\nLeft L2B
****< Left L3A\nLeft L3B
@endwbs

...