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
...
*
|
It is spelled 'serializers' not 'searializers'.
Waylan Limberg
2012-01-20
3
-8
/
+8
*
|
Always use Markdown's serializers.
Waylan Limberg
2012-01-20
1
-1
/
+1
*
|
Inline html is now escaped by the searializer.
Waylan Limberg
2012-01-19
7
-8
/
+9
*
|
Partial fix for issue introduced in fix for #59
Waylan Limberg
2012-01-19
7
-3
/
+15
*
|
Fixed #59. Raw HTML parsing is no longer slow.
Waylan Limberg
2012-01-18
2
-14
/
+13
*
|
Cleaned up tests after merging pull request fixing #72.
Waylan Limberg
2012-01-18
5
-3
/
+0
*
|
Merge branch 'master' of git://github.com/fiesta/Python-Markdown into fiesta
Waylan Limberg
2012-01-18
17
-27
/
+182
|
\
\
|
*
|
Support github-flavored markdown by making the '.' optional before language t...
Mike Dirolf
2012-01-17
4
-1
/
+70
|
*
|
Fenced code blocks need to end with a fence on its own line.
Mike Dirolf
2012-01-17
4
-1
/
+70
|
*
|
When safe mode is 'escape', don't allow bad html to stop further processing.
Mike Dirolf
2012-01-14
5
-22
/
+30
|
*
|
Fix logic bug introduced in 35930e0928e19...
Mike Dirolf
2012-01-14
1
-1
/
+1
|
*
|
minor: adding some common OSX / emacs gitignore patterns
Mike Dirolf
2012-01-14
1
-1
/
+2
|
*
|
Fixed #68. Blank line is not required after html comments.
Waylan Limberg
2012-01-15
4
-16
/
+22
|
*
|
Fixed #57. Multiline HTML Blocks no longer require a blank line after them.
Waylan Limberg
2012-01-15
4
-3
/
+25
|
*
|
Fixed #70. Empty anglebrackets '<>' are now properly recognized as raw html.
Waylan Limberg
2012-01-15
1
-1
/
+1
|
*
|
Fixed #61. stdin and stdout should work better in python 3.
Waylan Limberg
2012-01-15
2
-16
/
+26
|
*
|
Fixed #69. url_sanitize no longer crashes on unparsable urls.
Waylan Limberg
2012-01-15
1
-9
/
+18
|
*
|
Fixed #60. When we updated codehilite, we forgot to update fenced_codee to wo...
Waylan Limberg
2012-01-15
1
-5
/
+5
|
*
|
Fixed issue #66. Silly error. Not sure why the shebang lines were capitalized...
Waylan Limberg
2012-01-15
2
-2
/
+2
|
*
|
fixed an error in the BACKLINK_TEXT option in the footnotes extension.
tim
2012-01-15
1
-2
/
+2
|
*
|
New footnotes configuration option: BACKLINK_TEXT (second try).
tim
2012-01-15
1
-2
/
+8
|
*
|
attempt at a fix for issue w/ MD links inside of html tagish stuff with safe ...
Mike Dirolf
2012-01-12
4
-2
/
+10
*
|
|
Fixed a few typos in the doc strings. Thanks to Ivan Konev for the patch.
Waylan Limberg
2012-01-18
1
-5
/
+5
*
|
|
Fixed #68. Blank line is not required after html comments.
Waylan Limberg
2011-12-29
4
-16
/
+22
*
|
|
Fixed #57. Multiline HTML Blocks no longer require a blank line after them.
Waylan Limberg
2011-12-29
4
-3
/
+25
*
|
|
Fixed #70. Empty anglebrackets '<>' are now properly recognized as raw html.
Waylan Limberg
2011-12-29
1
-1
/
+1
*
|
|
Fixed #61. stdin and stdout should work better in python 3.
Waylan Limberg
2011-12-28
2
-16
/
+26
*
|
|
Fixed #69. url_sanitize no longer crashes on unparsable urls.
Waylan Limberg
2011-12-28
1
-9
/
+18
*
|
|
Fixed #60. When we updated codehilite, we forgot to update fenced_codee to wo...
Waylan Limberg
2011-12-28
1
-5
/
+5
*
|
|
Fixed issue #66. Silly error. Not sure why the shebang lines were capitalized...
Waylan Limberg
2011-12-28
2
-2
/
+2
*
|
|
Merge pull request #67 from fiesta/master
Waylan Limberg
2011-12-28
3
-2
/
+16
|
\
|
|
|
*
|
also undo changes to the test.cfg
Daniel Gottlieb
2011-12-27
1
-4
/
+0
|
*
|
appropriately move the tests to the fenced code documentation in the extensio...
Daniel Gottlieb
2011-12-27
3
-151
/
+11
|
*
|
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
[prev]
[next]