question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

support markdown link

See original GitHub issue
[这里](.../../a.md)

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
benjycuicommented, Apr 19, 2017

bisheng 的渲染流程:

  1. 用户访问一个 URL
  2. 根据 URL 路由到对应的 Component
  3. Component 决定加载哪些数据以及如何渲染

直接 link 一个 Markdown 就打破这个流程了,不好做。

只能在插件里面做,把链接到 Markdown parse 为普通的 link

0reactions
yiminghecommented, Apr 7, 2017

gitbook 支持的, link 功能很常见,很多 markdown editor 也支持(idea)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found