MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / __init__

Method __init__

markdown/extensions/extra.py:56–58  ·  view source on GitHub ↗

`config` is a dumb holder which gets passed to the actual extension later.

(self, **kwargs)

Source from the content-addressed store, hash-verified

54 """ Add various extensions to Markdown class."""
55
56 def __init__(self, **kwargs):
57 """ `config` is a dumb holder which gets passed to the actual extension later. """
58 self.config = kwargs
59
60 def extendMarkdown(self, md):
61 """ Register extension instances. """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected