ndarville / pony-forum

A modern alternative to ancient forum CMSes like vBulletin and PHPBB in Python on Django. (Alpha stage.) (NB: dotCloud have since removed their free Sandbox tier.)
http://pony-forum.com
26 stars 7 forks source link

`bleach.linkify()` does not work in `sanitized_smartdown()` #3

Closed ndarville closed 12 years ago

ndarville commented 12 years ago

This is a bug in the bleach code. It has yet to be resolved, so, for the time being, the linkfication is disabled in the sanitized_smartdown() code.

ndarville commented 12 years ago

Shutting this down, since it will mess up such things as <code> blocks anyway. With Markdown, it is easy to create URLs effortlessly anyway.