aboutsummaryrefslogtreecommitdiffstats
path: root/markdown_extensions
Commit message (Expand)AuthorAgeFilesLines
* Fixed Footnote extension to work with OrderedDict. Also cleaned up a bunch of...Waylan Limberg2008-10-291-39/+40
* Updated toc extension to ensure unique header ids and only set the id on the ...Jack Miller2008-10-281-6/+16
* Replaced Treap with OrderedDict. Updated regression_tests and extensions. All...Waylan Limberg2008-10-281-1/+1
* Combined the TextPreprocessors and Preprocessors into Preprocessors. Updated ...Waylan Limberg2008-10-201-4/+5
* Changed Postprocessors to Treeprocessors and TextPostProcessors to Postproces...Waylan Limberg2008-10-195-18/+18
* Adding Jack Miller's TOC extension and a test file for it.Yuri Takhteyev2008-10-171-0/+127
* Added extension doctests to the regression tests and fixed a few broken docte...Waylan Limberg2008-10-142-6/+6
* Fixed minor typo in previous commit on ImageLinks extension.Waylan Limberg2008-10-131-1/+1
* Updated ImageLinks extension to recent refactor (I think, there's no tests).Waylan Limberg2008-10-131-17/+1
* Updated the Fenced_Code extension to recent refactor.Waylan Limberg2008-10-131-6/+17
* Updated meta-data extension to recent refactor.Waylan Limberg2008-10-131-24/+33
* Updated HeaderId extension to recent refactor. Using the quick and dirty monk...Waylan Limberg2008-10-131-11/+9
* Cleaned up Codehilite docstring for 2.0.Waylan Limberg2008-10-131-8/+6
* Modified CodeHilite extension to be a Postprocessor that takes advantage of s...Waylan Limberg2008-10-131-31/+32
* Updated CodeHilite extension to work with recent refactor. Feels a little hac...Waylan Limberg2008-10-131-4/+4
* Fixing the footnotes extension and corresponding fixes to markdown.py.Yuri Takhteyev2008-10-131-49/+22
* Incorporated Ben Wilson's Treap implementation.Yuri Takhteyev2008-10-122-6/+5
* All sorts of cleanup.Yuri Takhteyev2008-10-071-1/+1
* [Wikilinks] Restricted regex to only match [[bracketed links]] with safe char...Waylan Limberg2008-09-201-2/+1
* Removed old 'wikilink' extension.Waylan Limberg2008-09-201-139/+0
* Added 'wikilinks' (note the 's') extension to replace the 'wikilink' extensio...Waylan Limberg2008-09-201-0/+139
* [CodeHilite] Modified Sheband regex to match against language aliases support...Waylan Limberg2008-09-181-4/+2
* [CodeHilite] Fixed a little bug with the fallback when pygments is not availa...Waylan Limberg2008-09-171-1/+1
* [Headerid] Removed some legecay code from headerid extension and fixed doctests.Waylan Limberg2008-09-041-5/+4
* [CodeHilite] Fixed Ticket 16. Added a 'css_class' option to codehilite extens...Waylan Limberg2008-09-031-11/+22
* Fixed ticket 12. Insert code placeholder into a wrapping ET element rather th...Waylan Limberg2008-08-261-4/+3
* Fixed wikilink ext to use an AtomicString for label. There's still a problem ...Waylan Limberg2008-08-221-3/+2
* Fixed some weirdness with the CodeHilite ext and the fallback for when pygmen...Waylan Limberg2008-08-221-3/+2
* Got rid of inline sections.Artem Yunusov2008-08-211-3/+2
* Whoops - removing some experimental code from headerid ext which was unintent...Waylan Limberg2008-08-111-32/+5
* renamed extension module and set import to extension module first, then mdx_f...Waylan Limberg2008-08-1111-0/+1399