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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Updated meta extension for new refactor.
Waylan Limberg
2008-11-20
1
-1
/
+1
*
Updated abbr extension for new refactor.
Waylan Limberg
2008-11-20
1
-3
/
+3
*
Updated toc extension for new refactor.
Waylan Limberg
2008-11-20
1
-5
/
+5
*
Updated wikilinks extension for new refactor.
Waylan Limberg
2008-11-20
1
-3
/
+3
*
Updated codehilite extension for new refactor.
Waylan Limberg
2008-11-20
1
-1
/
+1
*
Updated footnotes extension for new refactor.
Waylan Limberg
2008-11-20
1
-6
/
+6
*
Updated tables extension for refactor.
Waylan Limberg
2008-11-20
1
-3
/
+3
*
Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...
Waylan Limberg
2008-11-20
16
-1
/
+1
*
Cleaned up recent refactor into a package from a single file.
Waylan Limberg
2008-11-20
4
-92
/
+113
*
Fixed BlockParser to parse code blocks nested in list items and added a test....
Waylan Limberg
2008-11-18
4
-0
/
+27
*
More refactoring.
Yuri Takhteyev
2008-11-18
7
-325
/
+369
*
Attempting a refactoring, breaking markdown into multiple files.
Yuri Takhteyev
2008-11-17
8
-2249
/
+2282
*
Corrected various spelling, grammar and formatting errors in docs/writing_ext...
Waylan Limberg
2008-11-14
1
-50
/
+84
*
Updated docs/writing_extensions.txt to include docs for the new core BlockPar...
Waylan Limberg
2008-11-14
1
-66
/
+128
*
disable def_list tests until fixed.
Waylan Limberg
2008-11-13
1
-1
/
+1
*
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 a bug in loadextension where a nonexistant extention would crash rather...
Waylan Limberg
2008-11-13
1
-11
/
+8
*
Fixed footnote extension to work with new core BlockParser and updated tests ...
Waylan Limberg
2008-11-13
3
-11
/
+66
*
Fixed BlockquoteProcessor to acknowledge blocks in which the blockquote start...
Waylan Limberg
2008-11-13
3
-7
/
+30
*
Replaced all uses of 4 spaces with TAB_LENGTH in BlockParser.
Waylan Limberg
2008-11-13
1
-8
/
+8
*
Made significant improvments to comments and docstrings in BlockParser. Also ...
Waylan Limberg
2008-11-13
1
-29
/
+186
*
Fixed whitespace only line clearing and updated another test to match pl and ...
Waylan Limberg
2008-11-13
2
-12
/
+8
*
Updated test as core parser now matched pl and php behavior in lists.
Waylan Limberg
2008-11-13
1
-6
/
+4
*
Fixed core parser to differentiate between indented secondary lines of a list...
Waylan Limberg
2008-11-13
1
-2
/
+3
*
Refactored core parser state to work with nested states.
Waylan Limberg
2008-11-13
1
-9
/
+23
*
Fixed a streange anomily in whitespace a start of p and li tags. Mostly odd t...
Waylan Limberg
2008-11-13
7
-8
/
+8
*
Fixed funky-list (a ul with child ol items is still an ul and visa-versa). We...
Waylan Limberg
2008-11-13
1
-3
/
+4
*
Fixed various issues with the core parser - mostly whitespace related and upd...
Waylan Limberg
2008-11-13
3
-36
/
+86
*
Replaced old core parser with new BlockParser and copied old core into exten...
Waylan Limberg
2008-11-13
2
-401
/
+709
*
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
4
-0
/
+113
*
Fixed InlineProcessor to use the inlinePatterns on the Markdown instance dire...
Waylan Limberg
2008-11-05
1
-6
/
+4
*
Fixed a silly bug in Definition List extension. Also added tests. As this ext...
Waylan Limberg
2008-11-05
3
-2
/
+1618
*
Fixed Definition List extension to not wrap the content of defs in p tags whe...
Waylan Limberg
2008-11-04
2
-14
/
+11
*
Added support to Definition List extension for blank lines between terms and ...
Waylan Limberg
2008-11-04
3
-0
/
+48
*
Added Definition List extension. This is a first draft. A few more advanced f...
Waylan Limberg
2008-11-04
4
-0
/
+271
*
Added definition list items (dt & dd) to html block elements.
Waylan Limberg
2008-11-04
1
-1
/
+1
*
Set footnote extension's parser to Markdown's instance of the parser rather t...
Waylan Limberg
2008-10-29
1
-16
/
+26
*
Add another test for th efootnote extension that tests named (rather than con...
Waylan Limberg
2008-10-29
2
-0
/
+29
*
Updated and activated footnotes extension tests for refactor in previous commit.
Waylan Limberg
2008-10-29
2
-42
/
+27
*
Refactored footnotes extension. Output not matches PHP Markdown Extra's outpu...
Waylan Limberg
2008-10-29
1
-42
/
+26
*
Added documentation for OrderedDict.
Waylan Limberg
2008-10-29
1
-33
/
+84
*
More cleanup. Not sure why some executables didn't have shebang lines. They d...
Waylan Limberg
2008-10-29
2
-0
/
+4
*
Added a more thorough test of nested inline markup. Thanks John Szakmeister.
John Szakmeister
2008-10-29
3
-0
/
+31
*
Fixed Footnote extension to work with OrderedDict. Also cleaned up a bunch of...
Waylan Limberg
2008-10-29
1
-39
/
+40
*
Cleaning house. Actually have all executables be executable and stop Vim's .s...
Waylan Limberg
2008-10-28
3
-0
/
+1
*
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
4
-276
/
+269
*
Missed a reference to textpreprocessors in docs on last commit.
Waylan Limberg
2008-10-20
1
-1
/
+0
*
Combined the TextPreprocessors and Preprocessors into Preprocessors. Updated ...
Waylan Limberg
2008-10-20
3
-66
/
+13
[prev]
[next]