Skip to content
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

Links with html tags before it #7

Open
arashb31 opened this issue May 17, 2013 · 1 comment
Open

Links with html tags before it #7

arashb31 opened this issue May 17, 2013 · 1 comment

Comments

@arashb31
Copy link

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.

bryanwoods added a commit that referenced this issue May 31, 2013
* 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.
@hqtc123
Copy link

hqtc123 commented Jul 30, 2013

if i have css background:url(http://XXX.jpg) in html, then the background will dispear when load autolink.js :( ;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants