plantuml / plantuml-core

Core library of PlantUML that runs completely on javascript without needing java/servers
https://plantuml.github.io/plantuml-core/
MIT License
105 stars 30 forks source link

Links are unclicakble #8

Open yarons opened 5 months ago

yarons commented 5 months ago

Links are rendered and appear in blue yet unclickable.

Example:

@startuml
Bob -> Alice : [[https://example.com{Optional} Hello]]
@enduml

Link to the example

brnhffmnn commented 3 days ago

Check the SVG version: https://plantuml.github.io/plantuml-core/svg.html?SyfFKj2rKt3CoKnELR1Ik3xl-XI5wrE0rBBh4-qLegCpIaeAYgtqzLCh4dCBSbBralDpg_qBIZBpyn9pQXKyKdDoycDZ0G00

yarons commented 3 days ago

It works on the SVG version, now the glyphs appear as Unicode placeholders in my linked example.

Thanks.