Skip to content
A fast yet powerful Python Markdown parser with renderers and plugins.
Python Makefile
Branch: master
Clone or download
Latest commit a786d9d Nov 27, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Prepare documentation Nov 2, 2019
docs Update docs. Add logo Nov 27, 2019
mistune Add strikethrough, table, and footnote in html function Nov 27, 2019
tests Update test coverage Nov 27, 2019
.gitignore Benchmark with all features Feb 25, 2014
.travis.yml Prepare v2.0 Jul 30, 2019
LICENSE Prepare v2.0 Jul 30, 2019
MANIFEST.in Fix include and exclude Mar 11, 2015
Makefile Prepare docs Sep 18, 2019
README.md Update docs. Add logo Nov 27, 2019
README.rst Add README.rst Jul 30, 2019
appveyor.yml Prepare v2.0 Jul 30, 2019
setup.cfg Prepare v2.0 Jul 30, 2019
setup.py Prepare v2.0 Jul 30, 2019
syntax.md Add tests for plutins. Jan 8, 2019

README.md

Mistune v2

A fast yet powerful Python Markdown parser with renderers and plugins.

Build Status Coverage AppVeyor CI

NOTE: This is the re-designed v2 of mistune. Check v1 branch for earlier code.

Overview

Convert Markdown to HTML with ease:

import mistune

mistune.html(your_markdown_text)

Sponsors

Mistune is sponsored by Typlog, a blogging and podcast hosting platform, simple yet powerful. Write in Markdown.

Support Me via GitHub Sponsors.

Installation

Installing mistune with pip:

$ pip install mistune

Security Reporting

If you found security bugs, please do not send a public issue or patch. You can send me email at me@lepture.com. 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.

You can’t perform that action at this time.