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
*
The Testing Framework will now pass any non-reserved args set in test.cfg fil...
Waylan Limberg
2011-04-29
1
-4
/
+2
*
Documented concern raised in Ticket 85. Added a warning that enabling safe_mo...
Waylan Limberg
2011-03-09
1
-0
/
+8
*
Added the re.UNICODE flag to inlinepatterns. Now all inlinepattern regex will...
Waylan Limberg
2010-09-20
1
-3
/
+4
*
Updated docs for recent changes to options accepted by the Markdown class and...
Waylan Limberg
2010-07-12
2
-33
/
+49
*
Moved INSTALL, LICENSE and README files out of docs dir and into root dir whe...
Waylan Limberg
2010-03-24
3
-133
/
+0
*
Added documentation for the test suite.
Waylan Limberg
2010-02-14
1
-0
/
+131
*
Upped version to 2.0.2-Final and added release notes.
Waylan Limberg
2009-07-31
2
-0
/
+15
*
Fixed Ticket 43. Apparenlty ElementTree does not recognize 'utf8' as an alias...
Waylan Limberg
2009-08-23
1
-4
/
+4
*
Fixed a couple typos in previous commit.
Waylan Limberg
2009-07-31
1
-2
/
+2
*
Fixed Ticket 41. Docs now correctly point to markdown.preprocessors.Preproces...
Waylan Limberg
2009-07-31
1
-18
/
+18
*
Fixed Ticket 37. When multiple markdown documents are displayed on one page and
Waylan Limberg
2009-07-21
1
-0
/
+1
*
Upped version to 2.0.1-Final and added release notes.
2.0.1
Waylan Limberg
2009-05-19
2
-0
/
+16
*
Updated docs for recent command line script changes.
Waylan Limberg
2009-05-06
1
-26
/
+17
*
Upped version to 2.0 and a few edits to release notes.
2.0-Final
Waylan Limberg
2009-03-30
1
-0
/
+3
*
Added release notes for 2.0
Waylan Limberg
2009-03-30
1
-0
/
+64
*
Fixed a documentation error with recent wikilinks update and added a regressi...
Waylan Limberg
2009-03-21
1
-1
/
+1
*
Fixed a few bugs in wikilinks url cleaning. And for those who don't like the ...
Waylan Limberg
2009-03-20
1
-0
/
+16
*
Added documentation for the rest of the extensions included with the distribu...
Waylan Limberg
2009-03-19
8
-1
/
+469
*
Added documentation for Extra Extension and all the extentions it supports. S...
Waylan Limberg
2009-03-18
7
-0
/
+433
*
Added extension subdir to docs with index listing all included extensions. No...
Waylan Limberg
2009-03-17
1
-0
/
+44
*
Fixed various typos etc in the docs.
Waylan Limberg
2009-03-17
3
-18
/
+18
*
Added docs regarding output formats and a few other changes/cleanup to the docs.
Waylan Limberg
2009-03-16
3
-13
/
+43
*
Updated docs for command line usage.
Waylan Limberg
2009-03-16
1
-12
/
+62
*
Upped version to 2.0-rc1
2.0-rc1
Waylan Limberg
2009-03-08
3
-7
/
+27
*
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
*
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