From: Waylan L. <wa...@gm...> - 2008-11-05 14:57:55
|
On Wed, Nov 5, 2008 at 8:45 AM, Waylan Limberg <wa...@gm...> wrote: >> >> It looks like in _MarkdownParser__processParagraph() that >> self.__processHR() and self.__processHeader() need to be >> self._MarkdownParser__processHR() and >> self._MarkdownParser__processHeader(). By default, python will try >> calling self._DefListParser__processHR() and >> self._DefListParser__processHeader(), which don't exist. > > Ah, right. It occurred to after I went to bed last night that I never > tested to make sure all other markdown syntax was still parsd > correctly. I'll get on that next. > I just pushed the fix for this and added a test. Thanks John. -- ---- Waylan Limberg wa...@gm... |