Description
The fastest markdown parser in pure Python with renderer features, inspired by marked.
Mistune alternatives and similar packages
Based on the "Markdown" category.
Alternatively, view Mistune alternatives based on common mentions on social networks and blogs.
-
Python-Markdown
A Python implementation of John Gruber’s Markdown with Extension support. -
markdown2
markdown2: A fast and complete implementation of Markdown in Python -
mistletoe
A fast, extensible and spec-compliant Markdown parser in pure Python.
Less time debugging, more time building
Do you think we are missing an alternative of Mistune or a related project?
README
Mistune v2
A fast yet powerful Python Markdown parser with renderers and plugins.
NOTE: This is the re-designed v2 of mistune. Check v1
branch for earlier code.
Using old Mistune? Checkout docs: https://mistune.readthedocs.io/en/v0.8.4/
Sponsors
Mistune is sponsored by Typlog, a blogging and podcast hosting platform, simple yet powerful. Write in Markdown.
Support Me via GitHub Sponsors.
Install
To install mistune:
$ pip install mistune
Overview
Convert Markdown to HTML with ease:
import mistune
mistune.html(your_markdown_text)
Security Reporting
If you found security bugs, please do not send a public issue or patch. You can send me email at [email protected]. Attachment with patch is welcome. My PGP Key fingerprint is:
72F8 E895 A70C EBDF 4F2A DFE0 7E55 E3E0 118B 2B4C
Or, you can use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
License
Mistune is licensed under BSD. Please see LICENSE for licensing details.
*Note that all licence references and agreements mentioned in the Mistune README section above
are relevant to that project's source code only.