Hyperlink in mermaid SVG diagram is not working
debakarr opened this issue · 1 comments
debakarr commented
Hi,
I am using kroki to render the following example mermaid diagram:
graph LR;
A-->B;
B-->C;
C-->D;
D-->E;
click A "http://www.github.com" _blank
click B "http://www.github.com" "Open this in a new tab" _blank
click C href "http://www.github.com" _blank
click D href "http://www.github.com" "Open this in a new tab" _blank
Output in sphinx page:
Looks like the hyperlink in SVG is not clickable.
I tried enabling inline SVG in conf.py
, but still the same output. Although when I open SVG image alone in the new TAB, hyperlinks work fine.
Am I missing something?
ciampix commented
Confirmed...sadly...