On Tue, May 6, 2008 at 8:21 PM, Waylan Limberg <[EMAIL PROTECTED]> wrote:
>
>  On Tue, May 6, 2008 at 7:30 PM, Jeremy Dunck <[EMAIL PROTECTED]> wrote:
>  >
>  >
>
> >  I think there should be a branch checking the markdown version, and
>  >  passing in a unicode object if  markdown.version_info >= (1,7,0,'').
>
>  Um, what about lines 71-74 [1] does not do this? Yeah the check is the
>  other way, but it has the same effect. Added in changeset 7423 [2]
>  three weeks ago.
>
...

That's what I get for looking at my local, old rev, then assuming it's
still a problem on trunk.

Sorry. :-/

>  Yeah, we probably should mention this in the docs, along with an
>  explanation of how to enable Markdown's safe_mode. Sure, it's
>  explained in the source, but the other markup filters don't offer any
>  extra features so I doubt most people even look unless they encounter
>  a problem.


Also, with 1.7, django trunk makes safe mode either True or False, but
markdown takes three values (replace, escaped, remove) and True
equates to replace.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to