We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linkify: true
test https://example.org/abc: test
markdown-it
linkify
Expected result: Colon is not included into parsed URL, as github markdown parser does Example from github parser:
Actual result: colon is included into URL
The text was updated successfully, but these errors were encountered:
This is not related to markdown, see linkify-it standalone demo.
AFAIK, : is valid URL char. Restricting : at the end can break links like this: http://markdown-it.github.io/linkify-it/#t1=test%20https%3A%2F%2Fexample.org%2F%3F%3Afoo%3A%26%3Abar%3A%20test
:
Sorry, something went wrong.
No branches or pull requests
test https://example.org/abc: test
markdown-it
, wherelinkify
option is enabled. See sandbox:https://markdown-it.github.io/#md3=%7B%22source%22%3A%22test%20https%3A%2F%2Fexample.org%2Fabc%3A%20test%22%2C%22defaults%22%3A%7B%22html%22%3Afalse%2C%22xhtmlOut%22%3Afalse%2C%22breaks%22%3Afalse%2C%22langPrefix%22%3A%22language-%22%2C%22linkify%22%3Atrue%2C%22typographer%22%3Atrue%2C%22_highlight%22%3Atrue%2C%22_strict%22%3Afalse%2C%22_view%22%3A%22html%22%7D%7D
Expected result: Colon is not included into parsed URL, as github markdown parser does
Example from github parser:
Actual result: colon is included into URL
The text was updated successfully, but these errors were encountered: