Closed dgutson closed 1 year ago
This is a bug in the plantuml-stdlib/C4-PlantUML
project.
I have created an issue addressing this bug there: https://github.com/plantuml-stdlib/C4-PlantUML/issues/255
Thanks @Potherca
This issue is fixed with C4-PlantUML v.2.5.0; C4-PlantUML v.2.5.0 is included in latest PlantUML v1.2022.15 beta1 too https://github.com/plantuml/plantuml-stdlib/pull/67
E.g. you can test it via PlantUML web service
@startuml
!include <C4/C4_Container.puml>
System_Boundary("SS_boundary", "SS") {
Container(SS.Container1, "Container1", "", $tags="")
Container(SS.Container2, "Container2", "", $tags="")
}
Rel_D(SS.Container1, SS.Container2, "Relation1\nRelation2", $tags="")
SHOW_LEGEND()
@enduml
BR Helmut
v1.2022.15 + *.16 is already released, I think it can be closed
consider
This is the output:
Please note the double * because of the \n.