Description
CommonMark Markdown can be parsed in Lua 5.1 using an LPEG-based grammar. This Git package follows current development code.
This package is useful for developers building Lua applications that read Markdown documents, notes, or generated content. It is a parsing library, not a Markdown editor.
Markdown input can contain links or embedded HTML depending on later rendering. Sanitize untrusted content before displaying it.