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
...
*
Fixed #110. Documented the 'fenced_code' extension's support for the 'codehil...
Waylan Limberg
2012-06-28
1
-0
/
+13
*
Merge branch 'master' of github.com:waylan/Python-Markdown
Waylan Limberg
2012-05-04
1
-4
/
+9
|
\
|
*
Updated docs to reflect fix in #82.
Waylan Limberg
2012-05-03
1
-4
/
+9
*
|
Added release notes for v2.2.0.
Waylan Limberg
2012-05-04
3
-17
/
+87
|
/
*
Typo fix in doc: s/extension-configs/extension_configs/
Simon Sapin
2012-03-19
1
-2
/
+2
*
Added siteindex to docs.
Waylan Limberg
2012-03-07
5
-12
/
+85
*
Add release notes, authors and change_log to docs.
Waylan Limberg
2012-03-07
10
-67
/
+124
*
Rename docs/*.md => docs/*.txt
Waylan Limberg
2012-03-07
29
-0
/
+0
*
Fixed up some formating errors in docs and added/fixed more internal links.
Waylan Limberg
2012-03-07
10
-35
/
+36
*
Added a bunch of internal links to the docs.
Waylan Limberg
2012-03-07
4
-71
/
+70
*
Rewrote parts of install docs for clarity.
Waylan Limberg
2012-03-07
1
-25
/
+27
*
Renamed a few docswith better file names.
Waylan Limberg
2012-03-07
9
-26
/
+25
*
Fixed a few minor redering bugs in docs.
Waylan Limberg
2012-03-07
1
-1
/
+1
*
Refactored Docs to use Sphinx styled template.
Waylan Limberg
2012-03-01
29
-31
/
+933
*
Fixes #64. Added sane_list extension.
Waylan Limberg
2012-01-24
2
-0
/
+76
*
Release 2.1.1. A bugfix release.
2.1.1.final
Waylan Limberg
2012-01-22
1
-0
/
+7
*
Updated change log to include last few releases.
Waylan Limberg
2012-01-22
1
-0
/
+4
*
Version 2.1.0-Final
2.1.0.final
Waylan Limberg
2011-11-24
1
-6
/
+3
*
Release 2.1.0-Beta
2.1.0.beta
Waylan Limberg
2011-10-10
1
-24
/
+25
*
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
*
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
*
Added support to build_docs command to copy non markdown files unmodified.
Waylan Limberg
2011-08-23
2
-6
/
+6
*
Update build_docs script for the *.txt -> *.md change in docs.
Waylan Limberg
2011-08-23
1
-1
/
+75
*
Renamed *.txt -> *.md in docs.
Waylan Limberg
2011-08-23
28
-39
/
+1
*
The build_docs command now uses extra and toc extensions and a template on th...
Waylan Limberg
2011-08-04
1
-0
/
+20
*
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
1
-16
/
+34
*
Markdown.convertFile now actually works with stdin and stdout. Previously onl...
Waylan Limberg
2011-08-03
1
-2
/
+3
*
Edited release notes. Made a few minor corrections and added a note regarding...
Waylan Limberg
2011-07-28
1
-7
/
+15
*
All internal encoding of output now uses the 'xmlcharrefreplace' error handle...
Waylan Limberg
2011-07-28
1
-2
/
+6
*
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
2
-48
/
+50
*
Added first draft of 2.1.0-Alpha release notes.
Waylan Limberg
2011-06-23
1
-0
/
+97
*
Added html5 and xhtml5 output formats. These are just aliases to html4 and xh...
Waylan Limberg
2011-06-23
1
-2
/
+4
*
Cleaned up backward compatability of old positional arguments. Some people ma...
Waylan Limberg
2011-06-23
1
-8
/
+9
*
Added nl2br extension. Closes #13. Thanks to Brian Neal for writing the code ...
Waylan Limberg
2011-06-21
2
-17
/
+21
*
Merge branch 'master' of https://github.com/waylan/Python-Markdown
Waylan Limberg
2011-06-20
1
-0
/
+7
|
\
|
*
Minor Doc update. Fixed a typo in previous commit.
Waylan Limberg
2011-06-20
1
-1
/
+1
|
*
allow language guessing to be disabled by passing a setting to CodeHilite - c...
Rob McBroom
2011-06-19
1
-0
/
+7
*
|
Added docs and tests to attr_list ext. Closes #7.
Waylan Limberg
2011-06-20
1
-0
/
+74
|
/
[prev]
[next]