Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved markdown_extensions/ to markdown/extensions. Markdown is now one ↵ | Waylan Limberg | 2008-11-20 | 1 | -293/+0 |
| | | | | package instead of two. | ||||
* | Fixed footnote extension to work with new core BlockParser and updated tests ↵ | Waylan Limberg | 2008-11-13 | 1 | -5/+54 |
| | | | | which had a few insignificant differances in whitespace. | ||||
* | Set footnote extension's parser to Markdown's instance of the parser rather ↵ | Waylan Limberg | 2008-10-29 | 1 | -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 Limberg | 2008-10-29 | 1 | -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 Limberg | 2008-10-29 | 1 | -39/+40 |
| | | | | of whitespace and comments issues. | ||||
* | Changed Postprocessors to Treeprocessors and TextPostProcessors to ↵ | Waylan Limberg | 2008-10-19 | 1 | -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 Takhteyev | 2008-10-13 | 1 | -49/+22 |
| | |||||
* | renamed extension module and set import to extension module first, then ↵ | Waylan Limberg | 2008-08-11 | 1 | -0/+276 |
mdx_filename |