forked from Python-Markdown/markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Third Party Extensions
waylan edited this page May 7, 2012
·
13 revisions
These extensions have been developed by various people who have made them available to the public. The Python-Markdown team offers no official support of these extensions. Please see the individual developer of each extension for support.
If you write an extension, please add it to this list.
-
mdx_math Creates, saves and embeds images from LaTeX code in
<math></math>
tags. - Markdown-LaTeX Adds inline LaTeX support without the need for external images.
- markdown2latex Selects LaTeX instead of HTML as output format.
- asciimathml Converts AsciiMathML in markdown to presentational MathML in the HTML output.
-
python-markdown-mathjax Saves LaTeX code between
$
symbols from being escaped so that MathJax can handle it.
-
Superscript superscripts text between
^
symbols -
Subscript subscripts text between
~
symbols -
cite (PyPI) Adds support for the
<cite>
tag. -
del_ins (PyPI) Add support for
<del>
and<ins>
tags. -
python-markdown-qrcode encodes strings between
[-[
and]-]
as QR codes and embeds those. - semanticwikilinks (PyPI) Add support for semantic (wiki)links (RDFa).
- semanticdata (PyPI) Add support for semantic data (RDFa).
- markdown-urlize Liberal url-to-link conversion
- Video
- smartypants
- markdown-downheader
-
outline (PyPI)Wrap Document in
<section>
tags based on a hierarchy of header tags. - xhtml_wrap
- markdown-typografix
-
sections Embeds document in a hierarchy of
div
tags derived from the levels of headings. (Superseeded byoutline
)