aboutsummaryrefslogtreecommitdiffstats
path: root/markdown_extensions/headerid.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one ↵Waylan Limberg2008-11-201-172/+0
| | | | package instead of two.
* Updated HeaderId extension to recent refactor. Using the quick and dirty ↵Waylan Limberg2008-10-131-11/+9
| | | | monkeypatch - it probably should subclass MarkdownParser.
* [Headerid] Removed some legecay code from headerid extension and fixed doctests.Waylan Limberg2008-09-041-5/+4
|
* Whoops - removing some experimental code from headerid ext which was ↵Waylan Limberg2008-08-111-32/+5
| | | | unintentionaly commited.
* renamed extension module and set import to extension module first, then ↵Waylan Limberg2008-08-111-0/+202
mdx_filename