Description
Parse CommonMark Markdown documents in Python applications. It helps software convert Markdown into structured output or HTML while following a defined specification instead of ad hoc text rules.
This is a parsing library, not a Markdown editor. Applications that render user-provided Markdown should sanitize generated HTML and define which features are safe for their audience.