class documentation

class FootnoteTreeprocessor(Treeprocessor): (source)

View In Hierarchy

Build and append footnote div to end of document.

Method __init__ Undocumented
Method run Subclasses of Treeprocessor should implement a `run` method, which takes a root ElementTree. This method can return another ElementTree object, and the existing root ElementTree will be replaced, or it can modify the current tree and return None.
Instance Variable footnotes Undocumented

Inherited from Processor (via Treeprocessor):

Instance Variable md Undocumented
def __init__(self, footnotes): (source)

Undocumented

def run(self, root): (source)

Subclasses of Treeprocessor should implement a `run` method, which takes a root ElementTree. This method can return another ElementTree object, and the existing root ElementTree will be replaced, or it can modify the current tree and return None.

footnotes = (source)

Undocumented