Line changes in group names and dividers

0 votes
asked Jul 2, 2013 in Wanted features by anonymous
Could you add the ability to add line changes in group names and dividers, for example:

group Line\nChange

Thanks.

1 Answer

0 votes
answered Jul 3, 2013 by plantuml (294,960 points)

Hello,

Version 7971 supports this:

@startuml
group Line\nChange
Alice -> Bob : hello
end group
== Divider\nOn several lines==
@enduml

Hope it helps!

...