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
I have searched the documentation for a way to style the text in the blocks of a flowchart but could not find anything. Specifically I am trying to underline links so that they look more like links.
graph LR;
A-->B;
click A callback "Tooltip for a callback"
click B "http://www.github.com" "This is a tooltip for a link"
style B text-decoration: underline
but that does not seem to work.
The text was updated successfully, but these errors were encountered:
I have searched the documentation for a way to style the text in the blocks of a flowchart but could not find anything. Specifically I am trying to underline links so that they look more like links.
So for example I want to add to this example:
but that does not seem to work.
The text was updated successfully, but these errors were encountered: