HTML to Markdown Converter
Convert HTML to Markdown syntax. Transforms headings, bold, italic, links, images, lists, blockquotes, and code blocks to their Markdown equivalents.
# Welcome to HTML to Markdown
This converter transforms **bold text** and *italic text* to Markdown.
## Features
- Headings (h1-h6)
- Bold and **italic**
- Ordered and unordered lists
### Code Example
Use `inline code` or a block:
```
function hello() {
return "world";
}
```
> This is a blockquote with important text.
Visit [Example Site](https://example.com) for more info.

---
__OL_START__
- First item
- Second item
- Third item
__OL_END__About HTML to Markdown Converter
Markdown is a lightweight markup language that is easier to read and write than HTML. Converting HTML to Markdown is useful when migrating content from a CMS to a static site generator, preparing content for GitHub, or writing documentation. This converter handles all common HTML elements: headings (h1–h6), bold, italic, links, images, ordered and unordered lists, blockquotes, inline code, fenced code blocks, and horizontal rules. HTML entities are also decoded in the output.
Private & free — this tool runs entirely in your browser.
Recommended: IndieKit — Ship your Next.js startup in days.affiliate
Related Converters tools
JSON to YAML
Convert JSON into clean, readable YAML instantly.
YAML to JSON
Convert YAML configuration into valid JSON.
JSON to CSV
Flatten a JSON array of objects into CSV rows.
CSV to JSON
Parse CSV with headers into a JSON array of objects.
JSON to XML
Convert JSON structures into nested XML markup.
HWB to HEX Converter
Convert an HWB color to HEX.
JSON to SQL
Turn a JSON array of objects into SQL INSERT statements.
CSV to XML
Convert CSV rows into structured XML records.