Hi,
In the following code, the url disappear in the component, frame and interface caption, as soon as a text is added before or after it.
It does work correctly in the "containing" versions of the same component and frame. The following code shows both behaviours.
frame "Plant [[www.plantuml.com Uml]]" as test {
frame "Plant [[www.plantuml.com Uml]]" as test2
}
component "Plant [[www.plantuml.com Uml]]" as test3 {
component "Plant [[www.plantuml.com Uml]]" as test4
}
interface "Plant [[www.plantuml.com Uml]]" as test5
Regards,