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
For example, if we use the IP address we have some weird behaviour.
This does not work: http://127.0.0.1/test/home.action
this, instead, works: http://127.0.0.1.com/test/home.action
The text was updated successfully, but these errors were encountered:
Partially fixed: domain extension is no longer required, but IP addresses do not work yet. A plugin will be added for this sometime in the future.
Sorry, something went wrong.
Hi there, I just tried in the demo the following link https://github/SoapBox/linkifyjs/ and it doesn't make it clickable. Was the change in 2.0 only specifically for http://localhost/?
No branches or pull requests
For example, if we use the IP address we have some weird behaviour.
This does not work:
http://127.0.0.1/test/home.action
this, instead, works:
http://127.0.0.1.com/test/home.action
The text was updated successfully, but these errors were encountered: