pedrolucasp / mistune

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

Home Page:http://mistune.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mistune v2

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

Coverage

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 v2 of mistune:

$ pip install mistune==2.0.0a4

Overview

Convert Markdown to HTML with ease:

import mistune

mistune.markdown(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 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.

About

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

http://mistune.readthedocs.io/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.1%Language:Makefile 0.9%