JsonApi
Menu

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
Markdown syntax guide

Use these common patterns in the Markdown input.

Headings# H1  ## H2  ### H3
Emphasis**bold**  *italic*  ~~strike~~
Links[label](https://example.com)
Images![alt](https://example.com/image.png)
Lists- item
Ordered lists1. first  2. second
Task lists- [ ] todo  - [x] done
Nested UL / OL- parent
    - child
1. parent
    1. child
Tables| Name | Value |
Blockquote> quote
Code`inline`
Code blocks```javascript ... ```
Horizontal rule---
Smart EnterEnter 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