Markdown Cheat Sheet
| You type | You get |
|---|---|
# Heading … ###### Heading | Headings H1–H6 |
**bold** / *italic* / ~~strike~~ | bold / italic / |
[title](https://url) | Link |
 | Image |
- item / 1. item | Bullet / numbered list |
- [x] done / - [ ] todo | Task list |
`code` / ```fenced block``` | Inline code / code block |
> quote | Blockquote |
| a | b | rows with |---|---| | Table |
--- | Horizontal rule |
Everything renders locally — nothing leaves your browser. Comparing two versions of a doc? Try the Text Diff Checker. Cleaning up JSON for a README? Use the JSON Formatter.