IPv4 URLs are non-clickable #97
Closed
Comments
The current |
Now replaced with ((?:https?|ftp)://\S+) Fixed in master, should be in release 1.0.2 soon |
annejan
added 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: