aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/toc.py
Commit message (Expand)AuthorAgeFilesLines
* Rename misc.py to util.py at the request of upstreamToshio Kuratomi2010-07-051-1/+1
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-1/+1
* Fix the TOC extension for TOCs starting at levels other than 1.Steve Losh2009-12-251-1/+4
* Fixed TOC extension to properly nest multiple header levels in the table of c...Waylan Limberg2009-07-211-7/+3
* Fixed bug in toc extension and added a test. We now disallow the marker in an...Waylan Limberg2009-03-181-1/+4
* Getting rid of has_key for compatibility with python3k.Yuri Takhteyev2008-12-041-2/+2
* Updated toc extension for new refactor.Waylan Limberg2008-11-201-5/+5
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-201-0/+137