aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* 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