Learn
Learn

The Markdown cheat sheet

Every common Markdown element on one page — headings, bold, lists, links, tables, code and more — with the exact syntax and what it renders to. Bookmark it.

~2 min
ElementMarkdownResult
Heading# TitleTitle
Bold**text**text
Italic*text*text
Strikethrough~~text~~text
Link[text](url)text
Image![alt](img.png)
Bullet list- item• one
• two
Numbered list1. item1. one
2. two
Quote> quotequote
Inline code`code`code
Code block```lang…code…
Table| a | b |ab12
Task list- [ ] task☑ done
☐ todo
Divider---
More guides
What is Markdown Tables Cheat sheet Line breaks Links PDF to Markdown