Cannot use line break (\n) in text for group

+1 vote
asked Jan 29, 2014 in Wanted features by davidP (300 points)
edited Jan 29, 2014 by davidP

Hi,

In the text for group directive,  the line break '\n' is not working:

@startuml
Alice -> Bob: Authentication Request
opt this a very long line \n that I would like to break
    Bob -> Alice: Authentication Accepted
end
@enduml

I may be more a Bug because line break is working for group but not for opt, alt,..

1 Answer

0 votes
answered Feb 16, 2014 by plantuml (295,000 points)
Hello,

Thanks for the report : this has been fixed in V7992

Regards,
...