Hello PlantUML team,
- Could you extend Sequence syntax to allow multi-line messages?
If it doesn't break existing constructions...
Examples:
| Code | Output |
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.