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 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
*
Cleaned up some commented code from previous commit and added Jack Miller to ...
Waylan Limberg
2008-10-19
2
-15
/
+1
*
Made InlineProcessor a TreeProcessor. Now an extension can manipulate the tre...
Waylan Limberg
2008-10-19
2
-298
/
+294
*
Changed Postprocessors to Treeprocessors and TextPostProcessors to Postproces...
Waylan Limberg
2008-10-19
7
-59
/
+58
*
Updated docs/writing_extensions.txt to include documentation about Treaps. Th...
Waylan Limberg
2008-10-19
1
-5
/
+45
*
Updated docs/writing_extensions.txt to include documentation about MarkdownPa...
Waylan Limberg
2008-10-19
1
-1
/
+43
*
Merge branch 'master' of git@gitorious.org:python-markdown/mainline
Waylan Limberg
2008-10-19
3
-0
/
+702
|
\
|
*
Completing the test case for the toc extension.
Yuri Takhteyev
2008-10-18
3
-0
/
+702
*
|
Fixed Ticket 19. Corrected error regarding encoding in docs. Thanks gjhiggins...
Waylan Limberg
2008-10-19
1
-3
/
+2
|
/
*
Adding Jack Miller's TOC extension and a test file for it.
Yuri Takhteyev
2008-10-17
2
-0
/
+976
*
Merge branch 'master' of git://gitorious.org/python-markdown/mainline
Artem Yunusov
2008-10-16
6
-238
/
+290
|
\
|
*
Made some corrections and edits to docs/writing_extensions.txt. Still need to...
Waylan Limberg
2008-10-15
1
-64
/
+69
|
*
Updated INSTALL with corrections and additions.
Waylan Limberg
2008-10-15
1
-12
/
+26
|
*
Added docs for command line and using as a module.
Waylan Limberg
2008-10-15
2
-0
/
+180
|
*
Updated README to ackowledge other recently added docs and not repeat them.
Waylan Limberg
2008-10-15
2
-162
/
+15
*
|
Made third argument of Treap.add function optional.
Artem Yunusov
2008-10-16
1
-46
/
+30
|
/
*
Added Ben Wilson to AUTHORS for his work on Treap.
Waylan Limberg
2008-10-15
1
-0
/
+1
*
Cleaned up regression test suite code.
Waylan Limberg
2008-10-14
1
-14
/
+16
*
Increased verbosity of regression test output.
Waylan Limberg
2008-10-14
1
-1
/
+1
*
Added extension doctests to the regression tests and fixed a few broken docte...
Waylan Limberg
2008-10-14
3
-9
/
+24
*
Added regression tests to make sure we don't break any APIs in the future. It...
Waylan Limberg
2008-10-14
1
-0
/
+140
*
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
[prev]
[next]