Hi,
when I render this here locally I get the
table with wide spaces:
https://i.ibb.co/RDd65HK/plantuml-layout-bug.png
@startuml
participant "A" as cc1
participant "B" as cc2
cc1 -> cc2 : Text
note left
| aa | aa aa aa |
| bb | bb bb bb |
| cc| cc cc cc |
end note
legend
<size:8> Rendered with Plantuml Version %version() </size>
end legend
@enduml
If I render the image remotely, everything seems right:
Different Java environments but same Plantuml version.
Does anyone have any ideas?
Thank you very much.
ps. the pictures somehow get lost in the post, I'll try to add them later