class documentation

class FootnotePostprocessor(Postprocessor): (source)

View In Hierarchy

Replace placeholders with html entities.

Method __init__ Undocumented
Method run Subclasses of Postprocessor should implement a `run` method, which takes the html document as a single text string and returns a (possibly modified) string.
Instance Variable footnotes Undocumented

Inherited from Processor (via Postprocessor):

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

Undocumented

def run(self, text): (source)

Subclasses of Postprocessor should implement a `run` method, which takes the html document as a single text string and returns a (possibly modified) string.

footnotes = (source)

Undocumented