From: Waylan L. <wa...@gm...> - 2008-09-04 13:01:22
|
On Thu, Sep 4, 2008 at 4:35 AM, Kjell Magne Fauske <kj...@gm...> wrote: > > 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) Doh! That's what I get for failing to run the tests after the last change I made. It's fixed now. > > 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. > Thanks for the report. -- ---- Waylan Limberg wa...@gm... |