support markdown link
See original GitHub issue[这里](.../../a.md)
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Creating Links in Markdown - The AnVIL
Markdown syntax for a hyperlink is square brackets followed by parentheses. The square brackets hold the text, the parentheses hold the link.
Read more >Basic Syntax - Markdown Guide
Reference-style links are a special kind of link that make URLs easier to display and read in Markdown. Reference-style links are constructed in...
Read more >Markdown Syntax Documentation - Daring Fireball
Markdown supports two style of links: inline and reference. In both styles, the link text is delimited by [square brackets]. To create an...
Read more >Markdown Cheatsheet · adam-p/markdown-here Wiki - GitHub
Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending. - Markdown Cheatsheet ...
Read more >Embedding Links - Markdown Monster Documentation
Embedding Links ; Using the Link Dialog (ctrl-k); Using inline text linking (ctrl-shift-k); Using raw Markdown Syntax; Using raw HTML Syntax ...
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
bisheng 的渲染流程:
直接 link 一个 Markdown 就打破这个流程了,不好做。
只能在插件里面做,把链接到 Markdown parse 为普通的 link
gitbook 支持的, link 功能很常见,很多 markdown editor 也支持(idea)