- Official: https://python-markdown.github.io/extensions/
- Third-party: https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions
List is in order of necessity. Items in red are pending investigation.
A red check mark ( ) indicates completed items.
Absolutely necessary
-
mdx_truly_sane_lists
- (Does this require
sane_lists
? Not clear, must investigate)
- (Does this require
figureAltCaption
-
Superscript
-
Subscript
-
Meta-Data
-
WikiLinks
ormdx_wikilinks_plus
- (Must investigate handling of URL parameters, etc.)
- Make sure that InterMap link syntax is also handled!!
-
mdx_pmwiki_footnotes
(custom) -
mdx_pmwiki_tables
(custom) -
mdx_linkify
orMagicLink
-
Definition Lists
- Some math extension; either write our own, integrating with the OborWiki TrueLatex rendering server, or use one of these:
arithmatex
mdx_math
Markdown-LaTeX
python-markdown-math
-
Table of Contents
- PmWiki blockquote syntax (
["
and"]
)
Desirable
PyEmbed
markdown-google-map
CodeHilite
- Something like
CSV Include
(custom) - Embedding of pastebins & gists (custom)