HTML | Markdown
Convert HTML to Markdown or Markdown to HTML as you type.
Choose a conversion direction. Your content stays in this browser.
- Processing
- Local browser only
HTML input
HTML
Markdown output
Markdown
Preview
Rendered
Markdown syntax guide
Use these common patterns in the Markdown input.
Headings
# H1 ## H2 ### H3Emphasis
**bold** *italic* ~~strike~~Links
[label](https://example.com)Images
Lists
- itemOrdered lists
1. first 2. secondTask lists
- [ ] todo - [x] doneNested UL / OL
- parent
- child
1. parent
1. childTables
| Name | Value |Blockquote
> quoteCode
`inline`Code blocks
```javascript ... ```Horizontal rule
---Smart Enter
Enter continues lists, quotes, tables, and indented code. Enter on an empty item exits it. Opening code fences are closed automatically.Markdown input
Markdown
HTML output
HTML
Preview
Rendered