Free · Live Conversion · No Signup

HTML to Markdown Converter

Convert HTML markup to clean, readable Markdown instantly. Supports GitHub Flavored Markdown, tables, code blocks, nested lists, blockquotes, links and images with live preview.

Live PreviewTablesCode BlocksNested ListsBlockquotesGitHub GFMImage TagsClean HTML
Advertisement 728x90
Conversion Options
HTML Input
Markdown Output

HTML → Markdown Tag Reference

Headings
<h1> – <h6>
# Heading 1 … ###### Heading 6
Bold
<strong>, <b>
**bold text**
Italic
<em>, <i>
_italic text_
Links
<a href="">
[text](url)
Images
<img src="">
![alt](src)
Code
<code>
`inline code`
Code Block
<pre><code>
```lang\ncode\n```
Unordered
<ul><li>
- list item
Ordered
<ol><li>
1. list item
Blockquote
<blockquote>
> quoted text
Divider
<hr>
---
Table
<table>
| col | col |\n|---|---|
Line Break
<br>
\n (2 spaces)
Strike
<del>, <s>
~~strikethrough~~
Paragraph
<p>
paragraph\n\n
Entities
&amp; entities
Decoded automatically
Advertisement 728x90

Free HTML to Markdown Converter

TOOLBeans HTML to Markdown converter transforms HTML markup into clean, readable Markdown instantly as you type. It handles all standard HTML elements headings h1–h6, bold and italic text, links, images, unordered and ordered lists with nesting, code blocks with language hints, blockquotes, tables, and horizontal rules.

Enable GitHub Flavored Markdown mode for strikethrough (~~text~~), task list checkboxes, and table support compatible with GitHub README files, wikis, and GitHub Pages. The Clean HTML option strips away scripts, stylesheets, inline styles, class and ID attributes to produce minimal, portable Markdown without layout noise.

The tool is ideal for bloggers migrating from WordPress or other CMS platforms, developers writing documentation, technical writers converting web content to Markdown-based wikis, and anyone moving content from HTML emails to Markdown documents. All conversion happens entirely in your browser no data is sent to any server.