Description
Converts Markdown to HTML using a fast C implementation. It is useful for Ruby applications that render documentation, comments, posts, or other Markdown content efficiently.
Markdown rendering can produce unsafe HTML if input is untrusted. Sanitize output, test edge cases, and check native extension compatibility on target systems.