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
*
Fixed a few bugs in the legacy extension so that it actually works. I don't e...
Waylan Limberg
2008-11-13
1
-7
/
+6
*
Fixed footnote extension to work with new core BlockParser and updated tests ...
Waylan Limberg
2008-11-13
1
-5
/
+54
*
Replaced old core parser with new BlockParser and copied old core into exten...
Waylan Limberg
2008-11-13
1
-0
/
+469
*
Fixed Definition List extension to use a regex rather than a strict string ma...
Waylan Limberg
2008-11-05
1
-46
/
+44
*
Added Abbreviation Extension. Tests included
Waylan Limberg
2008-11-05
1
-0
/
+95
*
Fixed a silly bug in Definition List extension. Also added tests. As this ext...
Waylan Limberg
2008-11-05
1
-2
/
+2
*
Fixed Definition List extension to not wrap the content of defs in p tags whe...
Waylan Limberg
2008-11-04
1
-5
/
+8
*
Added support to Definition List extension for blank lines between terms and ...
Waylan Limberg
2008-11-04
1
-0
/
+7
*
Added Definition List extension. This is a first draft. A few more advanced f...
Waylan Limberg
2008-11-04
1
-0
/
+198
*
Set footnote extension's parser to Markdown's instance of the parser rather t...
Waylan Limberg
2008-10-29
1
-16
/
+26
*
Refactored footnotes extension. Output not matches PHP Markdown Extra's outpu...
Waylan Limberg
2008-10-29
1
-42
/
+26
*
Fixed Footnote extension to work with OrderedDict. Also cleaned up a bunch of...
Waylan Limberg
2008-10-29
1
-39
/
+40
*
Updated toc extension to ensure unique header ids and only set the id on the ...
Jack Miller
2008-10-28
1
-6
/
+16
*
Replaced Treap with OrderedDict. Updated regression_tests and extensions. All...
Waylan Limberg
2008-10-28
1
-1
/
+1
*
Combined the TextPreprocessors and Preprocessors into Preprocessors. Updated ...
Waylan Limberg
2008-10-20
1
-4
/
+5
*
Changed Postprocessors to Treeprocessors and TextPostProcessors to Postproces...
Waylan Limberg
2008-10-19
5
-18
/
+18
*
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