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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding Jack Miller's TOC extension and a test file for it.
Yuri Takhteyev
2008-10-17
1
-0
/
+127
*
Added extension doctests to the regression tests and fixed a few broken docte...
Waylan Limberg
2008-10-14
2
-6
/
+6
*
Fixed minor typo in previous commit on ImageLinks extension.
Waylan Limberg
2008-10-13
1
-1
/
+1
*
Updated ImageLinks extension to recent refactor (I think, there's no tests).
Waylan Limberg
2008-10-13
1
-17
/
+1
*
Updated the Fenced_Code extension to recent refactor.
Waylan Limberg
2008-10-13
1
-6
/
+17
*
Updated meta-data extension to recent refactor.
Waylan Limberg
2008-10-13
1
-24
/
+33
*
Updated HeaderId extension to recent refactor. Using the quick and dirty monk...
Waylan Limberg
2008-10-13
1
-11
/
+9
*
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
*
Fixing the footnotes extension and corresponding fixes to markdown.py.
Yuri Takhteyev
2008-10-13
1
-49
/
+22
*
Incorporated Ben Wilson's Treap implementation.
Yuri Takhteyev
2008-10-12
2
-6
/
+5
*
All sorts of cleanup.
Yuri Takhteyev
2008-10-07
1
-1
/
+1
*
[Wikilinks] Restricted regex to only match [[bracketed links]] with safe char...
Waylan Limberg
2008-09-20
1
-2
/
+1
*
Removed old 'wikilink' extension.
Waylan Limberg
2008-09-20
1
-139
/
+0
*
Added 'wikilinks' (note the 's') extension to replace the 'wikilink' extensio...
Waylan Limberg
2008-09-20
1
-0
/
+139
*
[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
*
[Headerid] Removed some legecay code from headerid extension and fixed doctests.
Waylan Limberg
2008-09-04
1
-5
/
+4
*
[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 wikilink ext to use an AtomicString for label. There's still a problem ...
Waylan Limberg
2008-08-22
1
-3
/
+2
*
Fixed some weirdness with the CodeHilite ext and the fallback for when pygmen...
Waylan Limberg
2008-08-22
1
-3
/
+2
*
Got rid of inline sections.
Artem Yunusov
2008-08-21
1
-3
/
+2
*
Whoops - removing some experimental code from headerid ext which was unintent...
Waylan Limberg
2008-08-11
1
-32
/
+5
*
renamed extension module and set import to extension module first, then mdx_f...
Waylan Limberg
2008-08-11
11
-0
/
+1399