aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/html4.py
Commit message (Expand)AuthorAgeFilesLines
* Added our own xhtml searializer. We no longer use a xml searializer to output...Waylan Limberg2011-06-161-277/+0
* Fixed previous two commits. cElementTree cannot use ElementTree nodes in the ...Waylan Limberg2010-10-311-1/+4
* Rename misc.py to util.py at the request of upstreamToshio Kuratomi2010-07-051-6/+6
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-6/+6
* Added optional HTML 4 output. Available formats currently include XHTML 1 and...Eric Abrahamsen2009-01-281-0/+274