Tool

Markdown Preview

Write Markdown on the left, see the rendered output on the right. Supports tables, checkboxes, and code blocks. Copy the HTML when you're done.

What Is Markdown?

Markdown is a lightweight markup language that lets you write formatted documents in plain text. GitHub READMEs, Notion pages, and most static-site blog posts (Hugo, Astro, Jekyll) are written in Markdown. The syntax takes about ten minutes to learn — # for headings, ** for bold, - for lists — and you're productive right away.

Quick Reference

Syntax Output
# Heading H1 heading
**bold** bold
*italic* italic
[text](url) Hyperlink
- item Unordered list
```code``` Code block