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.

markdown parsing fails for links with scheme in their text segment

See original GitHub issue

Version

@nuxt/content: ^1.11.1 nuxt: 2.14.12

Reproduction Link

Related issue: https://github.com/nuxt/nuxtjs.org/pull/1194

What is Expected?

Markdown parsing works for links that their title is starting with an scheme (http://)

What is actually happening?

Parsing does not happens for markdown style links

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
Atinuxcommented, Feb 1, 2021

Thank you for looking at it @AlexanderBelokon, much appreciated 😊

I think we can wait for https://github.com/micromark/micromark-extension-gfm-autolink-literal/pull/6#issuecomment-770799771 to be fully resolved before 😃

0reactions
pi0commented, Feb 10, 2021

For some reason sandbox still broken but working fine locally so issue is resolved by dep

Read more comments on GitHub >

github_iconTop Results From Across the Web

Embedding Links - Markdown Monster Documentation
You can embed links into document content in several ways: Using the Link Dialog (ctrl-k); Using inline text linking (ctrl-shift-k); Using raw ...
Read more >
Can I create links with 'target="_blank"' in Markdown?
The kramdown syntax: [link name](url_link){:target="_blank"} can be parsed into HTML using the kramdown online editor: http://trykramdown.
Read more >
GitLab Flavored Markdown (GLFM)
Introduced in GitLab 13.7. For example, referencing an issue by using #123 formats the output as a link to issue number 123 with...
Read more >
Choosing the Right Markdown Parser | CSS-Tricks
However, not all markdown parsers are created equally. ... URLs that naturally occur within your text to convert to links via the parser....
Read more >
kramdown Syntax
Nonetheless, most Markdown documents should work fine when parsed with ... If a header text gets too long for one line, you need...
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