Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 434 Bytes

README.rst

File metadata and controls

25 lines (16 loc) · 434 Bytes

Mistune v3

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

Overview

Convert Markdown to HTML with ease:

import mistune
mistune.html(your_markdown_text)

Useful Links

  1. GitHub: https://github.com/lepture/mistune
  2. Docs: https://mistune.lepture.com/

License

Mistune is licensed under BSD. Please see LICENSE for licensing details.