-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
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
Stop URL on < or > #7
Comments
We don't try to parse HTML, this library is about detecting links in plain text. Having said that, unescaped I'll make this issue about that. |
robinst
added a commit
that referenced
this issue
Jun 24, 2016
Before, we would allow angle brackets if they were balanced (http://example.org/<>). But according to RFC 3987, angle brackets are not allowed in URLs, and other linkers don't seem to allow them either. Also add some more control characters in ASCII range to that list.
Fixed now, will release soon. |
Released in 0.5.0 now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code to reproduce:
expect:
actual:
This seems to be a bug, do we support the
skip_tags
feature of rinku?The text was updated successfully, but these errors were encountered: