module documentation

Python-Markdown Markdown in HTML Extension =============================== An implementation of [PHP Markdown Extra](http://michelf.com/projects/php-markdown/extra/)'s parsing of Markdown syntax in raw HTML. See <https://Python-Markdown.github.io/extensions/raw_html> for documentation. Copyright The Python Markdown Project License: [BSD](https://opensource.org/licenses/bsd-license.php)

Class HtmlBlockPreprocessor Remove html blocks from the text and store them for later retrieval.
Class HTMLExtractorExtra Override HTMLExtractor and create etree Elements for any elements which should have content parsed as Markdown.
Class MarkdownInHtmlExtension Add Markdown parsing in HTML to Markdown class.
Class MarkdownInHTMLPostprocessor No class docstring; 1/1 method documented
Class MarkdownInHtmlProcessor Process Markdown Inside HTML Blocks which have been stored in the HtmlStash.
Function makeExtension Undocumented
def makeExtension(**kwargs): (source)

Undocumented