WBS - Use multiline text with "Change direction" feature

0 votes
asked Aug 1, 2024 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, 2024 by The-Lu (87,240 points)
edited Aug 6, 2024 by The-Lu

[Just for the record]

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

Regards,
Th.

2 Answers

0 votes
answered Sep 24, 2025 by The-Lu (87,240 points)
selected Sep 24, 2025 by bdangus
 
Best answer

Hi B.,

Thank for the report.

With next release (v1.2025.8), it will be now fixed:

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

Enjoy,
Regards,
Th.

0 votes
answered Aug 14, 2024 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

...