aboutsummaryrefslogtreecommitdiffstats
path: root/markdown_extensions/toc.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated toc extension to ensure unique header ids and only set the id on the ↵Jack Miller2008-10-281-6/+16
| | | | header, not the anchor. Thanks Jack Miller.
* Changed Postprocessors to Treeprocessors and TextPostProcessors to ↵Waylan Limberg2008-10-191-3/+3
| | | | Postprocessors. These names more acturately depict what things do. Also updated the extensions and docs to match.
* Adding Jack Miller's TOC extension and a test file for it.Yuri Takhteyev2008-10-171-0/+127
(I can't get it to work, though.)