autolink-js icon indicating copy to clipboard operation
autolink-js copied to clipboard

Links with html tags before it

Open arashb31 opened this issue 11 years ago • 1 comments

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.

arashb31 avatar May 17 '13 15:05 arashb31

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

hqtc123 avatar Jul 30 '13 04:07 hqtc123