Skip to content

Unable to parse certain url's as link in react-markdown #578

Discussion options

You must be logged in to vote

@nikhil19kekan this is the expected behavior, from the GFM spec https://github.github.com/gfm/#valid-domain

There must be at least one period

the example link you provided

http://azure/webapp/index?view=tev&cio=TEV

does not include any periods, so autolinking will not see it as a valid link.

To make it a link, consider using

<http://azure/webapp/index?view=tev&cio=TEV>

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@nikhil19kekan
Comment options

Answer selected by ChristianMurphy
Comment options

You must be logged in to vote
2 replies
@wooorm
Comment options

@nikhil19kekan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants