class documentation

class ExtraExtension(Extension): (source)

View In Hierarchy

Add various extensions to Markdown class.

Method __init__ config is a dumb holder which gets passed to actual ext later.
Method extendMarkdown Register extension instances.
Instance Variable config Undocumented

Inherited from Extension:

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.
def __init__(self, **kwargs): (source)

config is a dumb holder which gets passed to actual ext later.

def extendMarkdown(self, md): (source)

Register extension instances.