aboutsummaryrefslogtreecommitdiffstats
path: root/markdown_extensions/codehilite.py
Commit message (Expand)AuthorAgeFilesLines
* Changed Postprocessors to Treeprocessors and TextPostProcessors to Postproces...Waylan Limberg2008-10-191-3/+3
* Added extension doctests to the regression tests and fixed a few broken docte...Waylan Limberg2008-10-141-2/+2
* 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
* All sorts of cleanup.Yuri Takhteyev2008-10-071-1/+1
* [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
* [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 some weirdness with the CodeHilite ext and the fallback for when pygmen...Waylan Limberg2008-08-221-3/+2
* renamed extension module and set import to extension module first, then mdx_f...Waylan Limberg2008-08-111-0/+218