Description
Parses and renders CommonMark, a well-defined Markdown specification, through a C library and command-line program. Developers use it to convert Markdown to formats such as HTML with predictable behavior.
Use it when a project needs standards-focused Markdown processing. Markdown rendering can affect displayed HTML, so sanitize output when showing untrusted content on the web.