Module lemon.external.docutils.writers.html4css1
Simple HyperText Markup Language document tree Writer.
The output conforms to the HTML 4.01 Transitional DTD and to the Extensible
HTML version 1.0 Transitional DTD (almost strict). The output contains a
minimum of formatting information. A cascading style sheet ("default.css" by
default) is required for proper viewing with a modern graphical browser.
Classes |
HTMLTranslator |
This HTML writer has been optimized to produce visually compact
lists (less vertical whitespace). |
SimpleListChecker |
Raise nodes.SkipNode if non-simple list item is encountered. |
Writer |
|