Extend Sequence syntax to allow multiline messages

0 votes
asked Jun 28, 2021 in Wanted features by The-Lu (64,760 points)

Hello PlantUML team,

  • Could you extend Sequence syntax to allow multi-line messages?

If it doesn't break existing constructions...

Examples:

CodeOutput
With '\n", one-line
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication\nResponse
@enduml
With multi-line management
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication
Response;
@enduml

Thanks for your works,

Regards,
Th.

related to an answer for: Extend WBS syntax to allow multiline nodes

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...