vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

Autolink issues #31

Closed nono closed 13 years ago

nono commented 13 years ago

Hi,

it seems like that upskit doesn't detect some links like http://www-cs-faculty.stanford.edu/ (minus or accent in the subdomain?). Both Rinku and Redcarpet fails to autolink it, so I think the issue come from upskirt.

vmg commented 13 years ago

Indeed, dashes on domain names were being treated as invalid characters.

This has been fixed now on Upskirt, Redcarpet and Rinku.

Cheers, Vicent Marti

On Sun, Jun 19, 2011 at 6:04 PM, nono reply@reply.github.com wrote:

Hi,

it seems like that upskit doesn't detect some links like http://www-cs-faculty.stanford.edu/ (minus or accent in the subdomain?). Both Rinku and Redcarpet fails to autolink it, so I think the issue come from upskirt.

Reply to this email directly or view it on GitHub: https://github.com/tanoku/upskirt/issues/31

nono commented 13 years ago

Thanks for your great reactivity!