Closed The-Lum closed 7 months ago
Hello C4-Plantuml maintainer,
Here is a issue (observed on plantuml V1.2024.4) from:
V1.2024.4
Here is a minimal example:
@startuml !include <C4/C4_Container> Boundary("Base Query", "Base Query"){ Container(aa, "666666666", "Testcontainer1", $link="www.google.com", $tags="Item1+Queried") Container(bb, "555555555", "Testcontainer2", $link="www.google.com", $tags="Item2+Queried") } @enduml
Thanks for your analyse,
[FYI @kirchsth] Regards, Th.
Hi @The-Lum,
the problem is a copy of previous #345. The boundary alias has a space, without the space it works Boundary("BaseQuery"...
Boundary("BaseQuery"...
@The-Lum: does PlantUML itself support spaces in the aliases?
BR Helmut
Oups... Sorry for the noise...
You are right PlantUML itself does not support space on aliases.
Duplicate of #345
Regards, Th.
Hello C4-Plantuml maintainer,
Here is a issue (observed on plantuml
V1.2024.4
) from:Here is a minimal example:
Thanks for your analyse,
[FYI @kirchsth] Regards, Th.