package documentation

Simple HyperText Markup Language document tree Writer. The output conforms to the XHTML version 1.0 Transitional DTD (*almost* strict). The output contains a minimum of formatting information. The cascading style sheet "html4css1.css" is required for proper viewing with a modern graphical browser.

From __init__.py:

Class HTMLTranslator The html4css1 writer has been optimized to produce visually compact lists (less vertical whitespace). HTML's mixed content models allow list items to contain "<li><p>body elements</p></li>" or "<li>just text</li>" or even "<li>text<p>and body elements</p>combined</li>", each with different effects...
Class SimpleListChecker Raise `nodes.NodeFound` if non-simple list item is encountered.
Class Writer No class docstring; 0/2 instance variable, 1/6 class variable, 0/1 method documented