Convert Markdown to HTML with a live preview. Paste or type Markdown on the left and see the rendered output instantly.
This tool uses marked and supports the CommonMark spec plus GitHub Flavored Markdown extensions:
| Syntax | Output | ||
|---|---|---|---|
# Heading | <h1> through <h6> | ||
**bold** | <strong> | ||
_italic_ | <em> | ||
code | <code> | ||
lang | <pre><code> fenced block | ||
> text | <blockquote> | ||
- item | <ul><li> | ||
1. item | <ol><li> | ||
[text](url) | <a href="url"> | ||
 | <img> | ||
--- | <hr> | ||
| col | | <table> |
The Markdown content is Base64-encoded and stored in the URL so you can bookmark or share it.