From: Holger R. <Hol...@gm...> - 2009-03-19 06:42:10
|
Hi, >> >> I only discovered one bug. I wanted to add a <hr> after my toc, so i >> did: >> >> <snip> >> [TOC] >> ---------- >> </snap> > > Well, without the toc extension, that produces ``<h2>[TOC]</h2>`` [1]. > So don't do that. You wouldn't get a ``<hr>`` anyway. If you really > want a ``<hr>``, you need to have a blank line before it. Aah, this was entirely my fault. I keep forgetting about marking headlines this way. > That said, it shouldn't crash. So I just pushed a fix and test. Thanks > for the report. Agreed. Thanks for fixing! Thanks for the quick reply! Cheers, Holger |