aboutsummaryrefslogtreecommitdiffstats
path: root/markdown_extensions/footnotes.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one ↵Waylan Limberg2008-11-201-293/+0
| | | | package instead of two.
* Fixed footnote extension to work with new core BlockParser and updated tests ↵Waylan Limberg2008-11-131-5/+54
| | | | which had a few insignificant differances in whitespace.
* Set footnote extension's parser to Markdown's instance of the parser rather ↵Waylan Limberg2008-10-291-16/+26
| | | | than giving it its own. Now footnote defs will parse the same (if another extension modifies the parser). Also updated and added doc strings.
* Refactored footnotes extension. Output not matches PHP Markdown Extra's ↵Waylan Limberg2008-10-291-42/+26
| | | | output except that we still include a title on the backlink. Uses the new markdown.OrderedDict internally.
* Fixed Footnote extension to work with OrderedDict. Also cleaned up a bunch ↵Waylan Limberg2008-10-291-39/+40
| | | | of whitespace and comments issues.
* Changed Postprocessors to Treeprocessors and TextPostProcessors to ↵Waylan Limberg2008-10-191-5/+5
| | | | Postprocessors. These names more acturately depict what things do. Also updated the extensions and docs to match.
* Fixing the footnotes extension and corresponding fixes to markdown.py.Yuri Takhteyev2008-10-131-49/+22
|
* renamed extension module and set import to extension module first, then ↵Waylan Limberg2008-08-111-0/+276
mdx_filename