index
:
markdown/.git
master
A Python implementation of John Gruber’s Markdown with Extension support.
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
markdown_extensions
/
codehilite.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed Postprocessors to Treeprocessors and TextPostProcessors to Postproces...
Waylan Limberg
2008-10-19
1
-3
/
+3
*
Added extension doctests to the regression tests and fixed a few broken docte...
Waylan Limberg
2008-10-14
1
-2
/
+2
*
Cleaned up Codehilite docstring for 2.0.
Waylan Limberg
2008-10-13
1
-8
/
+6
*
Modified CodeHilite extension to be a Postprocessor that takes advantage of s...
Waylan Limberg
2008-10-13
1
-31
/
+32
*
Updated CodeHilite extension to work with recent refactor. Feels a little hac...
Waylan Limberg
2008-10-13
1
-4
/
+4
*
All sorts of cleanup.
Yuri Takhteyev
2008-10-07
1
-1
/
+1
*
[CodeHilite] Modified Sheband regex to match against language aliases support...
Waylan Limberg
2008-09-18
1
-4
/
+2
*
[CodeHilite] Fixed a little bug with the fallback when pygments is not availa...
Waylan Limberg
2008-09-17
1
-1
/
+1
*
[CodeHilite] Fixed Ticket 16. Added a 'css_class' option to codehilite extens...
Waylan Limberg
2008-09-03
1
-11
/
+22
*
Fixed ticket 12. Insert code placeholder into a wrapping ET element rather th...
Waylan Limberg
2008-08-26
1
-4
/
+3
*
Fixed some weirdness with the CodeHilite ext and the fallback for when pygmen...
Waylan Limberg
2008-08-22
1
-3
/
+2
*
renamed extension module and set import to extension module first, then mdx_f...
Waylan Limberg
2008-08-11
1
-0
/
+218