aboutsummaryrefslogtreecommitdiffstats
path: root/markdown_extensions/footnotes.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed footnote extension to work with new core BlockParser and updated tests ...Waylan Limberg2008-11-131-5/+54
* Set footnote extension's parser to Markdown's instance of the parser rather t...Waylan Limberg2008-10-291-16/+26
* Refactored footnotes extension. Output not matches PHP Markdown Extra's outpu...Waylan Limberg2008-10-291-42/+26
* Fixed Footnote extension to work with OrderedDict. Also cleaned up a bunch of...Waylan Limberg2008-10-291-39/+40
* Changed Postprocessors to Treeprocessors and TextPostProcessors to Postproces...Waylan Limberg2008-10-191-5/+5
* 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 mdx_f...Waylan Limberg2008-08-111-0/+276