class documentation

class MarkdownInHTMLPostprocessor(RawHtmlPostprocessor): (source)

View In Hierarchy

Undocumented

Method stash_to_string Override default to handle any etree elements still in the stash.

Inherited from RawHtmlPostprocessor:

Method isblocklevel Undocumented
Method run Iterate over html stash and restore html.
Constant BLOCK_LEVEL_REGEX Undocumented

Inherited from Processor (via RawHtmlPostprocessor, Postprocessor):

Method __init__ Undocumented
Instance Variable md Undocumented
def stash_to_string(self, text): (source)

Override default to handle any etree elements still in the stash.