(--------)
Hello P., and all,
For that you can use table (and funny operator `\n\`) as:
@startuml Alice->Bob : hello note left |<img:http://plantuml.com/logo3.png>| a note \n\ can also be defined \n\ on several lines and on a table| end note @enduml
Enjoy,Regards,Th.
Hi all,
For:
any way to have transparent or white table lines ?
You can put at the begin of the table:
<#transparent,#transparent>
See also:
From:
To align note width,If the size of the image are the same, you can add on last line of the last cell a dummy space, as:
@startuml !$maxTableCell=" " Alice->Bob : hello note left |<img:http://plantuml.com/logo3.png>| a note \n\ can also be defined \n\ on several lines and on a table\n\ ""$maxTableCell""| end note note left of Alice |<img:http://plantuml.com/logo3.png>| another \n\ note \n\ size\n\ ""$maxTableCell""| end note @enduml