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

Styling the text in the elements of a flowchart #8

Open
stephen-ciq opened this issue Jan 9, 2020 · 0 comments
Open

Styling the text in the elements of a flowchart #8

stephen-ciq opened this issue Jan 9, 2020 · 0 comments

Comments

@stephen-ciq
Copy link

stephen-ciq commented Jan 9, 2020

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:

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.

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

1 participant