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
Tested it with this string and it doesn't add links:
var s = '
http://nba.com
Basically, links wrapped in paragraph tags.
The text was updated successfully, but these errors were encountered:
Test improvements
185618d
* Adds test to ensure strings that begin with URLs are correctly hyperlinked * Adds a pending test to address #7. Not sure of the best solution yet.
if i have css background:url(http://XXX.jpg) in html, then the background will dispear when load autolink.js :( ;
Sorry, something went wrong.
No branches or pull requests
Tested it with this string and it doesn't add links:
var s = '
http://nba.com
';alert(s.autoLink());
Basically, links wrapped in paragraph tags.
The text was updated successfully, but these errors were encountered: