class documentation

class AndSubstitutePostprocessor(Postprocessor): (source)

View In Hierarchy

Restore valid entities

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.

Inherited from Processor (via Postprocessor):

Method __init__ Undocumented
Instance Variable md 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.