You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Loading
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?
The text was updated successfully, but these errors were encountered:
Hi,
I am using kroki to render the following example mermaid diagram:
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?
The text was updated successfully, but these errors were encountered: