Description
Render GitHub-flavored Markdown from Python through bindings to GitHub's cmark implementation. It helps applications convert Markdown documents into HTML or structured output with behavior close to GitHub's parser.
This is a parsing library, not a document editor. Applications that display generated HTML should sanitize untrusted Markdown output and decide which extensions are allowed.