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
...
|
*
|
common emacs support for a .gitignore file
Daniel Gottlieb
2011-12-27
1
-0
/
+2
|
*
|
Allow tildes or backticks in the fenced_code extension to support the syntax ...
Daniel Gottlieb
2011-12-27
4
-2
/
+158
*
|
|
Merge pull request #65 from startling/backlinks
Waylan Limberg
2011-12-28
1
-2
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fixed an error in the BACKLINK_TEXT option in the footnotes extension.
tim
2011-12-20
1
-2
/
+2
|
*
|
New footnotes configuration option: BACKLINK_TEXT (second try).
tim
2011-12-20
1
-2
/
+8
|
/
/
*
|
Version 2.1.0-Final
2.1.0.final
Waylan Limberg
2011-11-24
3
-9
/
+7
*
|
Some more tests for issue #51. An upate to Marcin Kasperski's tests (which I ...
Waylan Limberg
2011-11-17
3
-2402
/
+1212
*
|
Merge git://github.com/Mekk/Python-Markdown into mekk
Waylan Limberg
2011-11-17
2
-0
/
+10796
|
\
\
|
*
|
Example test for #51 (crash on docs with +1000 footnotes)
Marcin Kasperski
2011-11-10
2
-0
/
+10796
|
|
/
*
|
Fixed #51. Removed recussion from footnote preproccessor. Also refactors the ...
Waylan Limberg
2011-11-18
4
-61
/
+38
*
|
Fixed #47. Improved HRProccessor.\n\nPython's re module does not support atom...
Waylan Limberg
2011-11-17
3
-19
/
+26
|
/
*
Fixed #49. Don't crash on poorly/randomly ordered header levels. Maybe someda...
Waylan Limberg
2011-10-30
1
-42
/
+46
*
Release 2.1.0-Beta
2.1.0.beta
Waylan Limberg
2011-10-10
3
-27
/
+28
*
Removed another [[wikilink]] style link from the docs.
Waylan Limberg
2011-10-06
1
-1
/
+2
*
Fixed a few issues with writing_extensions.md.
Waylan Limberg
2011-10-06
1
-11
/
+14
*
Fixed minor typo in docs/index.md
Waylan Limberg
2011-10-06
1
-1
/
+1
*
Added an index.md file to the docs. The docs can now be a full website unto t...
Waylan Limberg
2011-10-06
1
-0
/
+61
*
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
[prev]
[next]