plantuml-stdlib / C4-PlantUML

C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
MIT License
6.33k stars 1.1k forks source link

C4_Container diagram not rendering properly #346

Closed The-Lum closed 5 months ago

The-Lum commented 5 months ago

Hello C4-Plantuml maintainer,

Here is a issue (observed on plantuml V1.2024.4) from:

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.

kirchsth commented 5 months ago

Hi @The-Lum,

the problem is a copy of previous #345. The boundary alias has a space, without the space it works Boundary("BaseQuery"...

@The-Lum: does PlantUML itself support spaces in the aliases?

BR Helmut

The-Lum commented 5 months ago

Oups... Sorry for the noise...

You are right PlantUML itself does not support space on aliases.

Duplicate of #345

Regards, Th.

The-Lum commented 5 months ago

Duplicate of #345