class documentation

class MetaExtension(Extension): (source)

View In Hierarchy

Meta-Data extension for Python-Markdown.

Method extendMarkdown Add MetaPreprocessor to Markdown instance.
Method reset Undocumented
Instance Variable md Undocumented

Inherited from Extension:

Method __init__ Initiate Extension and set up configs.
Method getConfig Return a setting for the given key or an empty string.
Method getConfigInfo Return all config descriptions as a list of tuples.
Method getConfigs Return all configs settings as a dict.
Method setConfig Set a config setting for `key` with the given `value`.
Method setConfigs Set multiple config settings given a dict or list of tuples.
Class Variable config Undocumented
def extendMarkdown(self, md): (source)

Add MetaPreprocessor to Markdown instance.

def reset(self): (source)

Undocumented

Undocumented