Home | History | Annotate | Download | only in extensions

Lines Matching refs:extensions

6 A compilation of various Python-Markdown extensions that imitates
9 Note that each of the individual extensions still need to be available
15 In the event that one or more of the supported extensions are not
19 There may be additional extensions that are distributed with
20 Python-Markdown that are not included here in Extra. Those extensions
23 additional extensions, we suggest creating your own clone of Extra
24 under a differant name. You could also edit the `extensions` global
32 extensions = ['fenced_code',
42 """ Add various extensions to Markdown class."""
46 md.registerExtensions(extensions, self.config)