Markdown → HTML
Convert Markdown into sanitized HTML with preview. Process: parse CommonMark, sanitize output, and render code blocks/lists/links. Example: transform a blog post Markdown into safe HTML ready for publishing.
What: Convert Markdown into sanitized HTML with preview and export options. Useful for preparing blog posts, documentation, or sharing rendered content. Scenarios: authoring, quick previews, and generating static HTML exports.
Frequently asked questions
Is the HTML sanitized?
Yes. Markdown is rendered and sanitized so common unsafe scripts are stripped before preview or export.
Can I download a full HTML document?
Use the full-document option to wrap the rendered HTML with a basic template for offline sharing.
Which Markdown features are supported?
CommonMark basics: headings, lists, links, emphasis, and fenced code blocks.