aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improved inline pattern regex for em & strong and added tests. Fixes Ticket 3...Waylan Limberg2009-03-303-6/+36
* Upped version to 2.0 and a few edits to release notes.2.0-FinalWaylan Limberg2009-03-302-2/+5
* Added release notes for 2.0Waylan Limberg2009-03-301-0/+64
* Fixed a bug where Markdown choked on input of only whitespace. Added some tests.Waylan Limberg2009-03-212-1/+21
* Fixed a documentation error with recent wikilinks update and added a regressi...Waylan Limberg2009-03-212-1/+10
* Cleaning up some stuff from last commit.Waylan Limberg2009-03-201-1/+1
* Fixed a few bugs in wikilinks url cleaning. And for those who don't like the ...Waylan Limberg2009-03-203-5/+33
* Set version to 2.0-rc2.Waylan Limberg2009-03-192-3/+2
* Added documentation for the rest of the extensions included with the distribu...Waylan Limberg2009-03-198-1/+469
* Added documentation for Extra Extension and all the extentions it supports. S...Waylan Limberg2009-03-187-0/+433
* Fixed bug in toc extension and added a test. We now disallow the marker in an...Waylan Limberg2009-03-183-1/+19
* Added extension subdir to docs with index listing all included extensions. No...Waylan Limberg2009-03-172-1/+46
* Fixed various typos etc in the docs.Waylan Limberg2009-03-173-18/+18
* Added docs regarding output formats and a few other changes/cleanup to the docs.Waylan Limberg2009-03-163-13/+43
* Output formats are now listed in a Dict mapped to their respective serializer...Waylan Limberg2009-03-161-6/+13
* Updated docs for command line usage.Waylan Limberg2009-03-161-12/+62
* Allow markdown.py script to run on Windows - stop it from importing itself in...Waylan Limberg2009-03-161-0/+11
* Fixed ticket 25. Added reset to HeaderID extension. Reset now resets the dupl...Waylan Limberg2009-03-131-5/+8
* Slight change to convertFromFile - better checking of type of output (filenam...Waylan Limberg2009-03-121-1/+1
* Added table elements to block elements so tables get prettified and updated t...Waylan Limberg2009-03-112-7/+120
* Replacement Tables extension. This one actually uses a known (PHP Extra) synt...Waylan Limberg2009-03-113-76/+116
* Fixed bug in tables extension (ticket 24). This extension could still use a m...Waylan Limberg2009-03-093-4/+3
* Upped version to 2.0-rc12.0-rc1Waylan Limberg2009-03-085-11/+32
* Added some more meta-data to setup.py. Shouldn't have to manually edit pypi p...Waylan Limberg2009-02-041-0/+14
* Completed nested lists and added a test. All tests pass.Waylan Limberg2009-02-043-5/+81
* Added support for multilevel lists - step one. Currently only works for loose...Waylan Limberg2009-02-042-10/+29
* Updated setup.py license to match the actual license.Waylan Limberg2009-02-021-1/+1
* Updated fenced_code extension to fit in with consensious on Markdown list. La...Waylan Limberg2009-02-021-5/+5
* Fixed error handling to work when the logger is not being used.Waylan Limberg2009-01-281-23/+43
* Added optional HTML 4 output. Available formats currently include XHTML 1 and...Eric Abrahamsen2009-01-286-21/+346
* Added html_tidy extension.Waylan Limberg2009-01-271-0/+62
* Fixed blockquote test to match previous commit. No space after > now is a blo...Waylan Limberg2009-01-271-3/+5
* Making the space after angle brackets optional in blockquotes.Yuri Takhteyev2008-12-241-1/+1
* Normalized stripTopLevelTags to be consistant regardless of any whitespace. F...Waylan Limberg2008-12-102-2/+5
* One more tweak to extension loading.Waylan Limberg2008-12-081-0/+1
* Revert "foo"Waylan Limberg2008-12-081-1/+0
* fooWaylan Limberg2008-12-081-0/+1
* A few more tweaks to extension loading. We don't test trying to load non-exis...Waylan Limberg2008-12-081-9/+6
* Check for dependencies for the CodeHilite extension before running it's tests...Waylan Limberg2008-12-081-2/+9
* Fixed attribute creation to remove newlines and associated misc/uche test. Ap...Waylan Limberg2008-12-082-3/+2
* Fixed para-with-hr test. The code was working correctly, but the test was wrong.Waylan Limberg2008-12-071-2/+3
* Fixed imports so logging works in commandline script.Waylan Limberg2008-12-071-3/+5
* Adding para-with-hr test. (Broken at the moment.)Yuri Takhteyev2008-12-072-0/+6
* Refactoring test and getting logging to work properly when etree fails to load.Yuri Takhteyev2008-12-075-169/+125
* Different way of importing htmlentitydefs for python 3.0 and disabling diff o...Yuri Takhteyev2008-12-042-3/+9
* Breaking up the import line to help 2to3 convert it.Yuri Takhteyev2008-12-041-1/+4
* Getting rid of has_key for compatibility with python3k.Yuri Takhteyev2008-12-044-5/+5
* Fixed rss extension (I think). It throws away any paragraphs before first hea...Waylan Limberg2008-11-231-14/+10
* Removed old scripts.Waylan Limberg2008-11-222-492/+0
* Updated setup.py and MANIFEST for recent package refactor.Waylan Limberg2008-11-223-25/+8