class documentation

Restore raw html to the document.

Method isblocklevel Undocumented
Method run Iterate over html stash and restore html.
Method stash_to_string Convert a stashed object to a string.
Constant BLOCK_LEVEL_REGEX Undocumented

Inherited from Processor (via Postprocessor):

Method __init__ Undocumented
Instance Variable md Undocumented
def isblocklevel(self, html): (source)

Undocumented

def run(self, text): (source)

Iterate over html stash and restore html.

def stash_to_string(self, text): (source)

Convert a stashed object to a string.

BLOCK_LEVEL_REGEX = (source)

Undocumented

Value
re.compile(r'^</?([^ >]+)')