Classes
FootnotesPlugin
1
▼
Plugin adding [^1] footnote support.
Footnotes are:
1. Parsed as inline references [^id]
2. Define…
FootnotesPlugin
1
▼
Plugin adding [^1] footnote support.
Footnotes are:
- Parsed as inline references [^id]
- Defined as block elements [^id]: content
- Rendered as a footnotes section at document end
Enable via Markdown(plugins=["footnotes"]).
Note: The actual parsing is controlled by ParseConfig.footnotes_enabled, which is set by the Markdown class based on the plugins list.
Methods
name
0
str
▼
property
name
0
str
▼
def name(self) -> str
Returns
str