Description
Provides a C implementation of Markdown parsing and rendering. Applications and tools can use it to convert Markdown text into HTML or other output without depending on a larger runtime.
This is mainly a library and command-line component for developers. Markdown output can include links or embedded HTML depending on options, so sanitize content when accepting untrusted input.