-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
IPv4 URLs are non-clickable #97
Comments
The current |
Now replaced with ((?:https?|ftp)://\S+) Fixed in master, should be in release 1.0.2 soon |
annejan
pushed a commit
that referenced
this issue
Sep 24, 2015
Thanks for your hard work. |
annejan
added a commit
that referenced
this issue
Jun 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there
if you have in a multiline-entry a URL with a domain name it's clickable. Nice to visit that page directly.
e.g. http://www.domain.tld
However if you have a URL with an IPv4 address (didn't test IPv6) then it's non clickable and just shows as text.
e.g. http://127.0.0.1
It would be great if IPv4/6 could also be clickable.
The text was updated successfully, but these errors were encountered: