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 docs/extensions/index to be more informative - not just list extensions.
Waylan Limberg
2011-10-06
1
-2
/
+30
*
No longer skipping all tests from PHP test suite. We skip some because PHP di...
Waylan Limberg
2011-10-06
1
-1
/
+38
*
Allow UPPERCASE urls in auto links.
Waylan Limberg
2011-10-06
1
-1
/
+1
*
Skipped 3 failing pl tests with some weird edge cases. A significant rewrite ...
Waylan Limberg
2011-10-06
1
-0
/
+12
*
Fixed #44. The TOC extension will now except True/False in addition to 1/0 fr...
Waylan Limberg
2011-10-06
1
-1
/
+1
*
Do'h! Fixed a silly typo.
Waylan Limberg
2011-10-05
1
-1
/
+1
*
Fixed a few typos in the using_as_module docs.
Waylan Limberg
2011-10-05
1
-12
/
+16
*
Fixed one more [[wikilink]] missed in previous commit.
Waylan Limberg
2011-10-05
1
-1
/
+1
*
Fixed a few errors in the 2.1.0-alpha release notes and updated links to not ...
Waylan Limberg
2011-10-05
1
-13
/
+15
*
Made a few minor edits to command line docs.
Waylan Limberg
2011-10-05
1
-4
/
+4
*
Updated docs to no longer use the [[wikilink]] style links from the old wiki....
Waylan Limberg
2011-09-22
6
-38
/
+37
*
Updated Extra Extension docs to relect recent changes in the extension.
Waylan Limberg
2011-09-22
1
-9
/
+7
*
Run a few more pl tests. Some of them are failing but should be easily fixable.
Waylan Limberg
2011-08-27
2
-0
/
+12
*
Added greater-than as an escaped character. Apparently markdown.pl escapes it...
Waylan Limberg
2011-08-27
3
-1
/
+4
*
Added support to build_docs command to copy non markdown files unmodified.
Waylan Limberg
2011-08-23
3
-6
/
+10
*
Update build_docs script for the *.txt -> *.md change in docs.
Waylan Limberg
2011-08-23
2
-10
/
+76
*
Renamed *.txt -> *.md in docs.
Waylan Limberg
2011-08-23
31
-39
/
+1
*
Fixed #39. Refactored escaping so that it only escapes a predifined set of ch...
Waylan Limberg
2011-08-17
5
-8
/
+29
*
Fixed the fabfile geterate_test(s) commands so they actually import the testi...
Waylan Limberg
2011-08-17
1
-2
/
+6
*
The build_docs command now uses extra and toc extensions and a template on th...
Waylan Limberg
2011-08-04
2
-31
/
+34
*
TOC extension now attaches toc to Markdown instance (Markdown.toc), but only ...
Waylan Limberg
2011-08-04
1
-0
/
+11
*
Added some fadfile commands to (re)generate tests when they are added or upda...
Waylan Limberg
2011-08-04
2
-5
/
+54
*
Set version to '2.1.0.alpha'.
2.1.0.alpha
Waylan Limberg
2011-08-03
2
-3
/
+3
*
Added 'fab clean' command.
Waylan Limberg
2011-08-03
1
-0
/
+4
*
Updated release notes to include a note about support for python's `-m` option.
Waylan Limberg
2011-08-03
1
-0
/
+6
*
Added support for python's '-m' command line option. Do 'python -m markdown [...
Waylan Limberg
2011-08-03
4
-28
/
+49
*
Cleaned up commandline script. Everything is in module now.
Waylan Limberg
2011-08-03
2
-10
/
+2
*
Markdown.convertFile now actually works with stdin and stdout. Previously onl...
Waylan Limberg
2011-08-03
2
-5
/
+9
*
rename command 'fab do_release' -> 'fad deploy_release'
Waylan Limberg
2011-08-03
1
-1
/
+1
*
Updated fabfile to automate deploying a release. Includes building a release ...
Waylan Limberg
2011-08-03
1
-2
/
+81
*
Added doctests to fabfile and edited them to pass in all supported versions o...
Waylan Limberg
2011-08-02
8
-58
/
+67
*
Edited release notes. Made a few minor corrections and added a note regarding...
Waylan Limberg
2011-07-28
1
-7
/
+15
*
TestCase.assert_ and TestCase.failUnless are depreciated in Python 3 in favor...
Waylan Limberg
2011-07-28
1
-3
/
+3
*
Fix a minor Python 3 incompatability in the headerid extension's slugify func...
Waylan Limberg
2011-07-28
1
-1
/
+1
*
Skip the UnidoceDecodeError API test in Python 3.x as all input should be uni...
Waylan Limberg
2011-07-28
1
-2
/
+3
*
Python 3.2 made some changes to the configparser which broke the testing fram...
Waylan Limberg
2011-07-28
2
-5
/
+5
*
Fixed a Python 2.4 incompatability in last commit. 'encode' only accepted pos...
Waylan Limberg
2011-07-28
2
-2
/
+2
*
All internal encoding of output now uses the 'xmlcharrefreplace' error handle...
Waylan Limberg
2011-07-28
3
-6
/
+13
*
All API tests now utilize our own searializers.
Waylan Limberg
2011-07-27
1
-3
/
+5
*
Stripped out encoding/decoding in the searializers.
Waylan Limberg
2011-07-27
2
-48
/
+38
*
Fix syntax error in doctests which tripped up the 2to3 tool.
Waylan Limberg
2011-07-24
1
-6
/
+6
*
Added fabfile as a script to automate various common mainentance tasks. Curre...
Waylan Limberg
2011-07-24
1
-0
/
+68
*
Fixed a few minor Python2.4 incompatabilities. Runs in 2.4-2.7 cleanly.
Waylan Limberg
2011-07-22
2
-2
/
+8
*
Fixed the bug exposed in 8761cd1780a7cec60123. We no longer should get empty ...
Waylan Limberg
2011-07-21
1
-2
/
+3
*
Fixed #31. Headers in tight lists now get inline patterns run on their tails....
Waylan Limberg
2011-07-21
3
-5
/
+16
*
Updated toc extension's anchorlink option to work properly with recent refactor.
Waylan Limberg
2011-07-14
1
-2
/
+6
*
Refactored the toc extension. Fixes #33: The [TOC] marker is now ignored in c...
Waylan Limberg
2011-07-14
1
-28
/
+17
*
Fixed #34. Better support for unicode text with the html_tidy extension. Forc...
Waylan Limberg
2011-07-14
1
-2
/
+5
*
Updated release notes for recent changes to headerid extension.
Waylan Limberg
2011-06-30
1
-0
/
+6
*
Refactored HeaderId extension to no longer include defining ids. It only auto...
Waylan Limberg
2011-06-30
4
-126
/
+126
[prev]
[next]