markdown parsing fails for links with scheme in their text segment
See original GitHub issueVersion
@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:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
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 😃
For some reason sandbox still broken but working fine locally so issue is resolved by dep