markdown2 (2.4.13)
Published 2024-12-11 11:53:12 +01:00 by eofredj
Installation
pip install --index-url markdown2About this package
A fast and complete Python implementation of Markdown
markdown2: A fast and complete Python implementation of Markdown.
Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, emphasis, code blocks, blockquotes, and links. -- http://daringfireball.net/projects/markdown/
This is a fast and complete Python implementation of the Markdown spec. See http://github.com/trentm/python-markdown2 for more info.
Requirements
Requires Python: >=3.5, <4