New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C4-Plantuml: double ** when adding a \n in Rel text #61
Comments
|
This is a bug in the I have created an issue addressing this bug there: plantuml-stdlib/C4-PlantUML#255 |
|
Thanks @Potherca |
|
This issue is fixed with C4-PlantUML v.2.5.0; 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()
@endumlBR Helmut |
|
v1.2022.15 + *.16 is already released, I think it can be closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
consider
This is the output:

Please note the double * because of the \n.
The text was updated successfully, but these errors were encountered: