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
graph LR;
A --- B
B --- C
click A "http://www.google.com" "This is a link"
htmlLabels are enabled.
In previous version, A will be rendered as <a>, but in v8.0 version, the click events is controlled by javascript, therefore, in exported SVG, A is not clickable anymore.
I would suggest A to be rendered as <a> rather than use js to mock a <a>
The text was updated successfully, but these errors were encountered:
version: v8.0
mermaid source
htmlLabels
are enabled.In previous version,
A
will be rendered as<a>
, but in v8.0 version, the click events is controlled by javascript, therefore, in exported SVG,A
is not clickable anymore.I would suggest
A
to be rendered as<a>
rather than use js to mock a<a>
The text was updated successfully, but these errors were encountered: