aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/html4.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed previous two commits. cElementTree cannot use ElementTree nodes in the ↵Waylan Limberg2010-10-311-1/+4
| | | | tree, but it still uses ElementTree Comment assinged to a node's tag to test for Comment nodes. Also no longer considering Commet nodes to be block level.
* 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
| | | | if they desire.
* Added optional HTML 4 output. Available formats currently include XHTML 1 ↵Eric Abrahamsen2009-01-281-0/+274
and HTML 4. Thanks to Eric Abrahamsen for doing the legwork and providing an initial working patch. And thanks to Fredrik Lundh for allowing us to include his html4 serializer from the ElementTree 1.3 preview.