Paste your HTML code and we'll convert it to Markdown.
The HTML to Markdown Converter is an online tool that converts HTML code to Markdown, automatically transforming HTML tags into their corresponding Markdown syntax.
To use it, paste your HTML code into the tool and click Convert. The tool will output clean, accurate Markdown text.
For example, if you enter the HTML code <strong>bold text</strong>, the tool will convert it to the Markdown equivalent **bold text**.
Whether you're working on documentation, blog posts, or other web content, the HTML to Markdown Converter is a reliable solution. It accurately converts your content across formats, making it an essential tool for anyone who works with both HTML and Markdown.
Also check out our similar tool: Markdown to HTML converter.
Markdown is a lightweight markup language used to format plain text. Created by John Gruber in 2004, Markdown is designed to be easy to read and write. It converts simple text into HTML, making it a popular choice for writing documentation, blogs, and other web content.
Headers are created using the # symbol followed by a space. The number of # symbols indicates the header level.
# H1 Header
## H2 Header
### H3 Header
#### H4 Header
##### H5 Header
###### H6 Header
Paragraphs are created by writing text separated by one or more blank lines.
This is a paragraph. It consists of one or more lines of text.
This is another paragraph.
Text can be emphasized using asterisks (*) or underscores (_).
*Italic* or _Italic_
**Bold** or __Bold__
***Bold and Italic*** or ___Bold and Italic___
Lists can be ordered or unordered.
Unordered Lists:
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- Item 3
Ordered Lists:
1. First item
2. Second item
1. Subitem 2.1
2. Subitem 2.2
3. Third item
Links are created using square brackets for the text and parentheses for the URL.
[Uptimia](https://www.uptimia.com)
[Example with Title](https://www.example.com "This is a title")
Images are similar to links but start with an exclamation mark (!).


Blockquotes are created using the > symbol.
> This is a blockquote.
>
> It can span multiple paragraphs.
Inline code is created using backticks (`). Code blocks are created using triple backticks (```) or indentation.
Inline Code:
Here is some `inline code`.
Horizontal rules are created using three or more asterisks (***), dashes (---), or underscores (___).
***
---
___
Tables are created using pipes (|) and dashes (-) to separate columns and rows.
| Header 1 | Header 2 |
| -------- | -------- |
| Row 1 Col 1 | Row 1 Col 2 |
| Row 2 Col 1 | Row 2 Col 2 |
Uptime, SSL, domain expiry, page speed, transactions — monitored from 171 locations worldwide. Free for 30 days.