Description
Converts Markdown-like text into formats such as HTML using a strict Ruby parser. It is useful for documentation, static sites, notes, and applications that render user or project text.
Rendered markup can create security issues when HTML is allowed. Sanitize untrusted content, check link handling, and test the exact output format used in production.