Skip to content

The Markdown cheat sheet

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 |a · b
Task list- [ ] task☑ done
☐ todo
Divider---───