CalcBrew

Document Converters

HTML to Markdown

Migrating a blog, saving an article to your notes, or moving docs into a Git repo? Convert the HTML to readable Markdown with links, images, tables and code preserved.

Runs in your browser — files never leave your device.

Drop HTML files here

or click to browse · paste from clipboard · up to 100 MB each

Select files
Options
Share:

Why convert HTML to Markdown

Markdown is portable, diff-friendly and readable as plain text, which is why note apps and documentation systems standardise on it. Converting from HTML removes presentational markup and keeps the structure.

Elements map to GitHub-flavored Markdown: headings, emphasis, links, images, ordered and unordered lists, blockquotes, code blocks and simple tables. Layout wrappers, scripts and styles are discarded.

How it works

  1. Drop HTML file onto the box above, click it to browse, or paste from the clipboard.
  2. Adjust the options if you need to — the defaults suit most cases.
  3. Press Convert. The work happens on your device, so speed depends on your computer or phone.
  4. Download the Markdown — individually or all at once.

About the formats

HTML · HyperText Markup Language · .html

The language of web pages: text with tags for headings, links, images and tables, rendered by a browser.

  • An HTML file often references external CSS and images; converting it to PDF works best when they are embedded or online.
  • Saved web pages may include scripts that behave differently offline.
  • Semantic HTML (headings, lists, tables) converts cleanly to Word and PDF; layout built from nested divs does not.

Markdown · Markdown text · .md

Lightweight text formatting used on GitHub, in note apps and documentation: # for headings, * for lists, links in brackets.

  • Markdown has several dialects; GitHub-Flavored Markdown adds tables, task lists and strikethrough.
  • Because the source is plain text, Markdown files diff and version well in Git.
  • Rendering Markdown to HTML is the first step of most Markdown to PDF conversions.

Related conversions

More in Document Converters · All converters

Frequently asked questions