$(\"p\").autoLink();
<p>This is http://css-tricks.com and it is cool</p>
<p>This is <a href=\"http://css-tricks.com\">http://css-tricks.com</a> and it is cool</p>
My plan is to have something like this
And it would turn this
into this:
http://benalman.com/projects/jquery-replacetext-plugin/