From: Holger R. <Hol...@gm...> - 2009-03-18 21:07:22
|
Hey, i just found the TOC extension in current git repository, and I love it! I only discovered one bug. I wanted to add a <hr> after my toc, so i did: <snip> [TOC] ---------- </snap> this crashes my interpretor. Here is a snippet to reproduce. $ m = markdown.Markdown(("toc",)); m.convert("[TOC]\n-------") current git revision. Greetings, Holger |