Searched defs:html4 (Results 1 - 1 of 1) sorted by relevance

/external/markdown/markdown/
H A D__init__.py68 DEFAULT_OUTPUT_FORMAT = 'xhtml1' # xhtml or html4 output
175 # Adds the ability to output html4
176 import html4 namespace
201 * "html4": Outputs HTML 4
204 and "html4") be used as "xhtml" or "html" may change in the future
303 'html' : html4.to_html_string,
304 'html4' : html4.to_html_string,
586 * "html4": Outputs HTML 4
589 and "html4") b
[all...]

Completed in 67 milliseconds