aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support github-flavored markdown by making the '.' optional before language t...Mike Dirolf2012-01-174-1/+70
* Fenced code blocks need to end with a fence on its own line.Mike Dirolf2012-01-174-1/+70
* When safe mode is 'escape', don't allow bad html to stop further processing.Mike Dirolf2012-01-145-22/+30
* Fix logic bug introduced in 35930e0928e19...Mike Dirolf2012-01-141-1/+1
* minor: adding some common OSX / emacs gitignore patternsMike Dirolf2012-01-141-1/+2
* Fixed #68. Blank line is not required after html comments.Waylan Limberg2012-01-154-16/+22
* Fixed #57. Multiline HTML Blocks no longer require a blank line after them.Waylan Limberg2012-01-154-3/+25
* Fixed #70. Empty anglebrackets '<>' are now properly recognized as raw html.Waylan Limberg2012-01-151-1/+1
* Fixed #61. stdin and stdout should work better in python 3.Waylan Limberg2012-01-152-16/+26
* Fixed #69. url_sanitize no longer crashes on unparsable urls.Waylan Limberg2012-01-151-9/+18
* Fixed #60. When we updated codehilite, we forgot to update fenced_codee to wo...Waylan Limberg2012-01-151-5/+5
* Fixed issue #66. Silly error. Not sure why the shebang lines were capitalized...Waylan Limberg2012-01-152-2/+2
* fixed an error in the BACKLINK_TEXT option in the footnotes extension.tim2012-01-151-2/+2
* New footnotes configuration option: BACKLINK_TEXT (second try).tim2012-01-151-2/+8
* attempt at a fix for issue w/ MD links inside of html tagish stuff with safe ...Mike Dirolf2012-01-124-2/+10
* also undo changes to the test.cfgDaniel Gottlieb2011-12-271-4/+0
* appropriately move the tests to the fenced code documentation in the extensio...Daniel Gottlieb2011-12-273-151/+11
* common emacs support for a .gitignore fileDaniel Gottlieb2011-12-271-0/+2
* Allow tildes or backticks in the fenced_code extension to support the syntax ...Daniel Gottlieb2011-12-274-2/+158
* Version 2.1.0-Final2.1.0.finalWaylan Limberg2011-11-243-9/+7
* Some more tests for issue #51. An upate to Marcin Kasperski's tests (which I ...Waylan Limberg2011-11-173-2402/+1212
* Merge git://github.com/Mekk/Python-Markdown into mekkWaylan Limberg2011-11-172-0/+10796
|\
| * Example test for #51 (crash on docs with +1000 footnotes)Marcin Kasperski2011-11-102-0/+10796
* | Fixed #51. Removed recussion from footnote preproccessor. Also refactors the ...Waylan Limberg2011-11-184-61/+38
* | Fixed #47. Improved HRProccessor.\n\nPython's re module does not support atom...Waylan Limberg2011-11-173-19/+26
|/
* Fixed #49. Don't crash on poorly/randomly ordered header levels. Maybe someda...Waylan Limberg2011-10-301-42/+46
* Release 2.1.0-Beta2.1.0.betaWaylan Limberg2011-10-103-27/+28
* Removed another [[wikilink]] style link from the docs.Waylan Limberg2011-10-061-1/+2
* Fixed a few issues with writing_extensions.md.Waylan Limberg2011-10-061-11/+14
* Fixed minor typo in docs/index.mdWaylan Limberg2011-10-061-1/+1
* Added an index.md file to the docs. The docs can now be a full website unto t...Waylan Limberg2011-10-061-0/+61
* Updated docs/extensions/index to be more informative - not just list extensions.Waylan Limberg2011-10-061-2/+30
* No longer skipping all tests from PHP test suite. We skip some because PHP di...Waylan Limberg2011-10-061-1/+38
* Allow UPPERCASE urls in auto links.Waylan Limberg2011-10-061-1/+1
* Skipped 3 failing pl tests with some weird edge cases. A significant rewrite ...Waylan Limberg2011-10-061-0/+12
* Fixed #44. The TOC extension will now except True/False in addition to 1/0 fr...Waylan Limberg2011-10-061-1/+1
* Do'h! Fixed a silly typo.Waylan Limberg2011-10-051-1/+1
* Fixed a few typos in the using_as_module docs.Waylan Limberg2011-10-051-12/+16
* Fixed one more [[wikilink]] missed in previous commit.Waylan Limberg2011-10-051-1/+1
* Fixed a few errors in the 2.1.0-alpha release notes and updated links to not ...Waylan Limberg2011-10-051-13/+15
* Made a few minor edits to command line docs.Waylan Limberg2011-10-051-4/+4
* Updated docs to no longer use the [[wikilink]] style links from the old wiki....Waylan Limberg2011-09-226-38/+37
* Updated Extra Extension docs to relect recent changes in the extension.Waylan Limberg2011-09-221-9/+7
* Run a few more pl tests. Some of them are failing but should be easily fixable.Waylan Limberg2011-08-272-0/+12
* Added greater-than as an escaped character. Apparently markdown.pl escapes it...Waylan Limberg2011-08-273-1/+4
* Added support to build_docs command to copy non markdown files unmodified.Waylan Limberg2011-08-233-6/+10
* Update build_docs script for the *.txt -> *.md change in docs.Waylan Limberg2011-08-232-10/+76
* Renamed *.txt -> *.md in docs.Waylan Limberg2011-08-2331-39/+1
* Fixed #39. Refactored escaping so that it only escapes a predifined set of ch...Waylan Limberg2011-08-175-8/+29
* Fixed the fabfile geterate_test(s) commands so they actually import the testi...Waylan Limberg2011-08-171-2/+6