Description
CommonMark Markdown can be parsed and rendered from Lua 5.1 code through libcmark bindings.
This package is useful for developers adding Markdown support to Lua applications, generators, or documentation tools. It is a library wrapper, not a standalone Markdown editor.
Markdown rendering can expose raw HTML or unexpected links depending on configuration. Sanitize output when showing untrusted text.