I am loving links in svg diagrams. I use them to link to the requirements that are associated with the diagram.
However, when I have multiple diagrams on the same page, the links render properly (blue, underlined) but the links themselves are dead.
- Is there something I can do to make the links work in this case
- Is the "label [ {{ }} {{ }} ] syntax below still the best/standard way to mix diagrams on the same page?
- Does this syntax have a name? Not sure how to refer to it
@startuml
label l [
{{
A->B: [[http://www.google.com]]
}}
{{
:[[http://www.duckduckgo.com]];
}}
]
@enduml