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
An url like 👍https://www.google.com is being parsed as http://oogle.com/ . If I remove the protocol and just use 👍www.google.com then it will be parsed correctly http://xn--www-0113b.google.com/.
This can be confirmed using the live demo example: http://greg-jacobs.com/Autolinker.js/examples/live-example/
I believe this could be a regression from #276.
The text was updated successfully, but these errors were encountered:
@gregjacobs Any chance you could take a look at this one?
Sorry, something went wrong.
No branches or pull requests
An url like 👍https://www.google.com is being parsed as http://oogle.com/ . If I remove the protocol and just use
👍www.google.com then it will be parsed correctly http://xn--www-0113b.google.com/.
This can be confirmed using the live demo example: http://greg-jacobs.com/Autolinker.js/examples/live-example/
I believe this could be a regression from #276.
The text was updated successfully, but these errors were encountered: