aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* Upped version to 2.0-rc12.0-rc1Waylan Limberg2009-03-081-2/+2
* Completed nested lists and added a test. All tests pass.Waylan Limberg2009-02-041-5/+18
* Added support for multilevel lists - step one. Currently only works for loose...Waylan Limberg2009-02-042-10/+29
* 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-283-18/+338
* Added html_tidy extension.Waylan Limberg2009-01-271-0/+62
* 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
* Fixed attribute creation to remove newlines and associated misc/uche test. Ap...Waylan Limberg2008-12-081-1/+1
* Refactoring test and getting logging to work properly when etree fails to load.Yuri Takhteyev2008-12-073-8/+8
* Different way of importing htmlentitydefs for python 3.0 and disabling diff o...Yuri Takhteyev2008-12-041-1/+5
* 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
* Updated imagelinks extension for recent package refactor.Waylan Limberg2008-11-221-13/+13
* Added definition lists to extra extension.Waylan Limberg2008-11-221-6/+3
* Updated rss extension for package refactor. However, is is still failing if a...Waylan Limberg2008-11-221-2/+2
* Updated fenced_code extension for package refactor.Waylan Limberg2008-11-221-1/+1
* Fixed minor typo in each of previous two commits.Waylan Limberg2008-11-222-2/+2
* Updated definition list extension to work with new block parser.Waylan Limberg2008-11-221-169/+67
* Made a few minor tweaks to list blockprocessors to make subclassing easier wi...Waylan Limberg2008-11-221-8/+15
* Updated headerid extension for recent refactors (both BlockParser and package).Waylan Limberg2008-11-201-80/+100
* Updated meta extension for new refactor.Waylan Limberg2008-11-201-1/+1
* Updated abbr extension for new refactor.Waylan Limberg2008-11-201-3/+3
* Updated toc extension for new refactor.Waylan Limberg2008-11-201-5/+5
* Updated wikilinks extension for new refactor.Waylan Limberg2008-11-201-3/+3
* Updated codehilite extension for new refactor.Waylan Limberg2008-11-201-1/+1
* Updated footnotes extension for new refactor.Waylan Limberg2008-11-201-6/+6
* Updated tables extension for refactor.Waylan Limberg2008-11-201-3/+3
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-2016-1/+2300
* Cleaned up recent refactor into a package from a single file.Waylan Limberg2008-11-204-92/+113
* Fixed BlockParser to parse code blocks nested in list items and added a test....Waylan Limberg2008-11-181-0/+3
* More refactoring.Yuri Takhteyev2008-11-186-325/+340
* Attempting a refactoring, breaking markdown into multiple files.Yuri Takhteyev2008-11-177-0/+2280