aboutsummaryrefslogtreecommitdiffstats
path: root/markdown_extensions/tables.py
Commit message (Collapse)AuthorAgeFilesLines
* 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