mdx_partial_gfm
– Partial extension for GFM (READMEs, wiki)¶
An extension that is as compatible as possible with GitHub-flavored Markdown (GFM).
This extension aims to be compatible with the variant of GFM that GitHub uses for Markdown-formatted gists and files (including READMEs). This variant seems to have all the extensions described in the GFM documentation, except:
- Newlines in paragraphs are not transformed into
br
tags. - Intra-GitHub links to commits, repositories, and issues are not supported.
If you need support for features specific to GitHub comments and issues,
please use mdx_gfm.GithubFlavoredMarkdownExtension
.
-
class
mdx_partial_gfm.
PartialGithubFlavoredMarkdownExtension
(*args, **kwargs)[source]¶ Bases:
markdown.extensions.Extension
An extension that is as compatible as possible with GitHub-flavored Markdown (GFM).
This extension aims to be compatible with the variant of GFM that GitHub uses for Markdown-formatted gists and files (including READMEs). This variant seems to have all the extensions described in the GFM documentation, except:
- Newlines in paragraphs are not transformed into
br
tags. - Intra-GitHub links to commits, repositories, and issues are not supported.
If you need support for features specific to GitHub comments and issues, please use
mdx_gfm.GithubFlavoredMarkdownExtension
.-
getConfig
(key, default='')¶ Return a setting for the given key or an empty string.
-
getConfigInfo
()¶ Return all config descriptions as a list of tuples.
-
getConfigs
()¶ Return all configs settings as a dict.
-
setConfig
(key, value)¶ Set a config setting for key with the given value.
-
setConfigs
(items)¶ Set multiple config settings given a dict or list of tuples.
- Newlines in paragraphs are not transformed into