sphinx-contrib / kroki

Embed PlantUML, DOT, etc. diagrams in your documentation using Kroki.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyperlink in mermaid SVG diagram is not working

debakarr opened this issue · comments

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:

image

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?

Confirmed...sadly...