Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperlink in mermaid SVG diagram is not working #3

Open
debakarr opened this issue Jul 20, 2021 · 1 comment
Open

Hyperlink in mermaid SVG diagram is not working #3

debakarr opened this issue Jul 20, 2021 · 1 comment

Comments

@debakarr
Copy link

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?

@ciampix
Copy link

ciampix commented Sep 6, 2021

Confirmed...sadly...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants