Please provide a way to define text alias for links in creole in sequence diagrams

0 votes
asked Apr 25, 2016 in Closed feature request by anonymous

Please provide a way to define text alias for links in creole in sequence diagrams.

Example: [[link_address|link text]]
related to an answer for: Sequence Diagram - Creol - Link Support

1 Answer

0 votes
answered Apr 25, 2016 by plantuml (294,660 points)
selected Jul 7, 2018 by Anthony-Gaudino
 
Best answer

With last beta: https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

You can have:

@startuml
Bob -> Alice: [[http://www.google.com foo]]
@enduml

Is this what you are expecting ?

...