|
From: Erick T. <ida...@us...> - 2007-05-15 05:57:33
|
I noticed that the code for markdown.py isn't consistent in how it does spaces. I've tried to normalize it to the python coding standard, from here: http://www.python.org/dev/peps/pep-0008/ I've also made the objects subclass from object, if that's alright. This also assumes that my previous patch has been applied, so if you don't want the text preprocessors, we'll have to edit this patch. I uploaded the patch here, since it's kind of big: http://sourceforge.net/tracker/index.php?func=detail&aid=1719072&group_id=153041&atid=790200 -e |