From: Kjell M. F. <kj...@gm...> - 2008-09-04 08:35:36
|
On Wed, Sep 3, 2008 at 10:22 PM, Waylan Limberg <wa...@gm...> wrote: > Hey, just an FYI, I committed this today. Thanks for the patch. > > On Tue, Aug 26, 2008 at 1:38 PM, Waylan Limberg <wa...@gm...> wrote: >> On Tue, Aug 26, 2008 at 1:23 PM, Kjell Magne Fauske <kj...@gm...> wrote: >>> >>> Regarding breaking css, I have filed a new ticket #16 and asked for >>> the addition of an option for setting the name of the wrapper css >>> class: >>> >>> http://www.freewisdom.org/projects/python-markdown/Tickets/000016 >>> >>> Patch is attached, but I have probably overlooked something. >>> >> >> Yeah I saw that. It looks good from a quick glance. I'll add it to my >> list. Not sure why I didn't do that to begin with. >> Thank you Waylan for adding this useful feature! There seems to be a syntax error in line 897 in the current mainline version of markdown.py. It should probably be changed from _prettifyETree(e) to self._prettifyETree(e) I have also found a bug in the headerid extension. It inserts some strange <inline> tags in the output. I will file a ticket about this soon. Regards, Kjell Magne Fauske Regards, Kjell Magne Fauske |