Add syntax for double headed arrows
See original GitHub issueThis can make diagrams less cluttered.
The obvious syntax: <–> wont work is it will be interpreted as an odd tag by the browser.
Maybe:
*-->
Am open for suggestions and better ideas.
Issue Analytics
- State:
- Created 9 years ago
- Reactions:22
- Comments:25
Top Results From Across the Web
Creating double-headed arrows in Preview - Apple Community
You can create a double arrow by first creating an arrow from the Tools > Annotate menu. Then from the Shape Style drop...
Read more >How to do arrows in Markdown - Reimbar
If you ever wondered how to do the double headed arrow ↔ in Markdown, simply type ↔ . The shortcuts for the other...
Read more >HTML Arrow Symbols, Entities and Codes — Toptal Designers
Easily find HTML arrow symbols, entities, characters and codes with ASCII, HEX, CSS and Unicode ... Right Two-Headed Arrow With Double Vertical Stroke....
Read more >How to create up arrow with two heads? - TeX
i'd have assumed that the arrow should be aligned vertically around the math axis. to do that, all that's necessary is to add...
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
@heavysixer @yieme @phuongnd08 I could get the double arrow using the
flowchart
type diagram instead of the defaultgraph
one.Just begin your graph definition with
flowchart
instead ofgraph
.Example here in the live editor
I agree. What’s needed?