Mermaid links don't work in markdown #17545
Unanswered
aiven-amartin
asked this question in
General
Replies: 1 comment 8000
-
Another example: flowchart TD
subgraph A
B
end
click B "https://github.com/" _blank
This does produce a node that is a link (though without a target, presumably due to mermaid-js/mermaid#3077) but if you click them you an error page stating "This content is blocked. Contact the site owner to fix the issue." Console logs Refused to frame 'https://github.com/' because it violates the following Content Security Policy directive: "frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com". It would be very helpful to have a functional way to make graphs with links. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Raised github/docs#17007, but was redirected here. Example below:
This mermaid doc should have links, but it doesn't
Working example: https://mermaid-js.github.io/mermaid-live-editor/edit#pako:eNpdj7sOwjAMRX8l8lzonqFSEUjsDCxe0sRtI_KA1BlQ1X-nJWXBm4-P7OsZdDQEEiZ6ZQqazlYNSXkMYi2VOYbsO0qlb8WhacRJiis5F8U9JmfKxNnwmEQrxYwwxDg4QpACYWR-TrKuCzvq6BGqlQ-Wx9z9OV9WnAUDVOApeWXNGm_eziDwSH7fbKhX2TEChmVV89MopouxHBPIXrmJKtjy395Bg-SU6SftL-7W8gEFqFaT
Beta Was this translation helpful? Give feedback.
All reactions