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
flowchart LR
A-->B
B-->C
C-->D
click A callback "Tooltip for a callback"
click B "https://www.github.com" "This is a tooltip for a link"
click C call callback() "Tooltip for a callback"
click D href "https://www.github.com" "This is a tooltip for a link"
The text was updated successfully, but these errors were encountered:
Might have been introduced by changes to GitHub rendering?
https://github.com/InnerSourceCommons/managing-innersource-projects/blob/main/measuring/use_gqm.md
Need to change code to use the click directive instead of adding the raw href in the name of graph items.
https://mermaid.js.org/syntax/flowchart.html#interaction
e.g.
The text was updated successfully, but these errors were encountered: