cowboy / javascript-linkify

JavaScript Linkify: Process links in text
http://benalman.com/projects/javascript-linkify/
GNU General Public License v2.0
135 stars 32 forks source link

Double linkify #3

Open Thinkscape opened 13 years ago

Thinkscape commented 13 years ago

This lib is useless to me because it double-links existing links in a document. If it had been used on a forum, or some user-filled text-area, and the user supplied some links i the <a href="http://xyz">text</a> form, then the function will break those links.

bradbeattie commented 11 years ago

https://github.com/bradbeattie/jquery-linkify/blob/master/demo.html may be of interest to you. It can be run any number of times and won't muck up your existing links.