aboutsummaryrefslogtreecommitdiffstats
path: root/markdown_extensions/tables.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one ↵Waylan Limberg2008-11-201-70/+0
| | | | package instead of two.
* Replaced Treap with OrderedDict. Updated regression_tests and extensions. ↵Waylan Limberg2008-10-281-1/+1
| | | | All tests pass. Still needs documentation.
* Changed Postprocessors to Treeprocessors and TextPostProcessors to ↵Waylan Limberg2008-10-191-2/+2
| | | | Postprocessors. These names more acturately depict what things do. Also updated the extensions and docs to match.
* Incorporated Ben Wilson's Treap implementation.Yuri Takhteyev2008-10-121-3/+2
| | | | | | | Pre-processors, post-processors, patterns, etc. are now all stored in Treaps. We can then insert items between them with code like this: markdown.inlinePatterns.add("foo", FooPattern(), "<strong")
* Got rid of inline sections.Artem Yunusov2008-08-211-3/+2
|
* renamed extension module and set import to extension module first, then ↵Waylan Limberg2008-08-111-0/+72
mdx_filename