Skip to main content

HTML to Markdown

Convert HTML markup to clean GitHub-flavored Markdown. Handles headings, lists, tables, code blocks, links, images, and blockquotes. All processing is local in your browser.

Features

Frequently Asked Questions

What HTML elements are supported?
Headings (H1–H6), paragraphs, bold, italic, strikethrough, lists (ordered and unordered), tables, code blocks, inline code, links, images, and blockquotes.
Is my HTML sent to a server?
No. Conversion runs entirely in your browser using the html-to-md library. Your HTML never leaves your device.
Are script and style tags preserved?
No. Script and style tags are stripped to produce clean, safe Markdown output.