Search AnyKit Tools

Type a tool name, tag, or category to quickly open any tool instantly.

Markdown Cheatsheet

A quick reference guide for all common Markdown syntax with copy-to-clipboard support

Headers
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
Text Formatting
**bold text**
*italic text*
***bold and italic***
~~strikethrough~~
Lists
- Item
1. Item
- [ ] Todo
- Item - Nested
Links & Images
[Title](URL)
![Alt](URL)
Code
`code`
```lang code ```
Blockquotes
> Quote
> Quote >> Nested
Tables
| A | B | |---|---| | 1 | 2 |
| L | C | R | |:--|:-:|--:|
About Markdown

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. Click any syntax example to copy it.