Description
Parses and renders CommonMark Markdown through a native C implementation wrapped for Ruby. It is useful for fast documentation, comments, and content rendering that needs CommonMark compatibility.
Markdown rendering can produce unsafe HTML if configured carelessly. Sanitize untrusted content, check link handling, and test native extension compatibility on target systems.