Markdown Syntax Reference
Complete Markdown syntax cheat sheet with live preview.
Headings
# Heading 1
Heading 1
## Heading 2
Heading 2
### Heading 3
Heading 3
Emphasis
**bold**
bold
*italic*
italic
***bold italic***
bold italic
~~strikethrough~~
`inline code`
inline codeLists
- item - item - item
- item
- item
- item
1. first 2. second 3. third
- first
- second
- third
- [x] done - [ ] todo
- β done
- β todo
Links & Images
[text](url)
[text](url "title")

[image: alt text]
<https://example.com>
Code
`inline code`
inline code```js code block ```
code block
Blockquotes & Lines
> blockquote
blockquote
---
Tables
| Col1 | Col2 | |------|------| | a | b |
| Col1 | Col2 |
|---|---|
| a | b |
Miscellaneous
\*escape\*
*literal asterisks*
<!-- comment -->
(comment hidden in output)
& < >
& < >