Re: Improve Django markdown rendering.

2012-09-06 Thread ptone
On Thursday, September 6, 2012 10:48:30 PM UTC-4, waylan wrote: > > If instead, improvements are only going to be made to the markdown > filter, then I would suggest a complete overhaul allowing access to > all of markdown's features [2]. > In fact the plan is to deprecate the markup contrib m

Re: Improve Django markdown rendering.

2012-09-06 Thread Donald Stufft
https://bitbucket.org/ionata/django-bleach On Thursday, September 6, 2012 at 10:48 PM, Waylan Limberg wrote: > On Thu, Sep 6, 2012 at 8:22 PM, Thomas Purchas (mailto:tpurc...@gmail.com)> wrote: > > I have submitted a path to improve the way Django handles html in markdown. > > Specifically how

Re: Improve Django markdown rendering.

2012-09-06 Thread Waylan Limberg
On Thu, Sep 6, 2012 at 8:22 PM, Thomas Purchas wrote: > I have submitted a path to improve the way Django handles html in markdown. > Specifically how it escapes it. > > Ticket 6526 has all of the detail, could someone please review my patch. > As the maintainer of the Python-Markdown library, I'l