- Does it output a full HTML document or just a fragment?
- Both — fragment mode outputs just the converted HTML body content; full document mode wraps it in a complete HTML5 document with a configurable title, charset, and optional CSS stylesheet link.
- Does it support Markdown extensions?
- GFM extensions (tables, task lists, strikethrough, autolinks) are supported. Footnotes and definition lists are available as optional extensions.
- Is the output sanitized?
- Raw HTML embedded in the Markdown source is included by default. Enable 'sanitize HTML' to strip inline HTML, limiting output to elements that Markdown itself can produce — safer for user-submitted content.