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
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added documentation for OrderedDict.
Waylan Limberg
2008-10-29
1
-33
/
+84
*
Added a more thorough test of nested inline markup. Thanks John Szakmeister.
John Szakmeister
2008-10-29
1
-0
/
+1
*
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
1
-28
/
+1
*
Cleaned up some commented code from previous commit and added Jack Miller to ...
Waylan Limberg
2008-10-19
1
-0
/
+1
*
Made InlineProcessor a TreeProcessor. Now an extension can manipulate the tre...
Waylan Limberg
2008-10-19
1
-13
/
+13
*
Changed Postprocessors to Treeprocessors and TextPostProcessors to Postproces...
Waylan Limberg
2008-10-19
1
-14
/
+12
*
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
*
Fixed Ticket 19. Corrected error regarding encoding in docs. Thanks gjhiggins...
Waylan Limberg
2008-10-19
1
-3
/
+2
*
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
*
Added Ben Wilson to AUTHORS for his work on Treap.
Waylan Limberg
2008-10-15
1
-0
/
+1
*
[CodeHilite] Fixed Ticket 16. Added a 'css_class' option to codehilite extens...
Waylan Limberg
2008-09-03
1
-0
/
+1
*
Updated AUTHORS and CHANGE_LOG
Waylan Limberg
2008-08-21
2
-1
/
+6
*
Added LICENSE to MANIFEST and moved into docs.
Waylan Limberg
2008-08-21
1
-0
/
+30
*
Added notes on registerExtension and reset as well as the new markdown_extens...
Waylan Limberg
2008-08-12
1
-9
/
+55
*
Cleaned up writing_extensions docs.
Waylan Limberg
2008-08-12
1
-52
/
+45
*
Merge git@gitorious.org:python-markdown/mainline
Artem Yunusov
2008-08-12
1
-14
/
+65
*
Cleaned up setup.py
Waylan Limberg
2008-08-09
1
-19
/
+0
*
Reorganized docs. Added an AUTHORS and INSTALL files. INSTALL is incomplete.
Waylan Limberg
2008-08-09
7
-0
/
+753