class documentation

class PrettifyTreeprocessor(Treeprocessor): (source)

View In Hierarchy

Add linebreaks to the html document.

Method run Add linebreaks to ElementTree root object.
Method _prettifyETree Recursively add linebreaks to ElementTree children.

Inherited from Processor (via Treeprocessor):

Method __init__ Undocumented
Instance Variable md Undocumented
def run(self, root): (source)

Add linebreaks to ElementTree root object.

def _prettifyETree(self, elem): (source)

Recursively add linebreaks to ElementTree children.