Description
Parses Markdown text in Python and converts it into HTML or related output. It helps applications support readable formatted text for documents, notes, comments, help pages, and generated websites.
If users can submit Markdown, the rendered result should be sanitized for the target context. Markdown can include links or raw HTML depending on configuration.