Support for dotted links
See original GitHub issueSometimes it would be really useful to use dotted links to specify a weak link or temporary break.
Syntax could be:
A-.->B;
Issue Analytics
- State:
- Created 9 years ago
- Comments:16
Top Results From Across the Web
Support for dotted links · Issue #26 · mermaid-js ... - GitHub
This turns the first link into a dotted line (it targets links using linkStyle: counting starts from 0): I have not been able...
Read more >Any rules/conventions on using "dashed" and "dotted ...
Normally such links (which have a dashed or dotted line underneath them, instead of a normal solid line) don't lead a user to...
Read more >Red dotted line with attached links - WordPress.org
Using Navigation Pro by StudioPress. Not sure why any attached link with post is showing red dotted. The page I need help with:...
Read more >Topic: Dotted-Underlined links? | WordPress.com Forums
I'm looking to change the default style of my in-text links to the following: PRE-CLICK: a non-blue color (less important) marked with a ......
Read more >Prevent dotted underline links on images... - GeneratePress
You can give the link surrounding an image a class like this: ... I will be emailing Elementor customer support to bring this...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
In order to create dotted lines, you can try this:
linkStyle 0 stroke:#000,fill:none,stroke-width:2px,stroke-dasharray:3;
This turns the first link into a dotted line (it targets links using linkStyle: counting starts from 0): I have not been able to attach a class to a linkStyle yet.
Awesome, thanks! @knsv