Markdown Cheatsheet
CommonMark + common GFM extensions (GitHub-flavored Markdown).
1 credit
Inline
6 itemsBold
**bold**Italic
*italic*Strikethrough
~~done~~Inline code
`code`Link
[text](https://url)Image
Blocks
8 itemsHeading
# H1 ## H2 ### H3Unordered list
- itemOrdered list
1. itemBlockquote
> quotedHorizontal rule
---Fenced code
```js\ncode\n```Table
| a | b |\n|---|---|\n| 1 | 2 |Task list (GFM)
- [x] done - [ ] todo