Markdown cheatsheet
The syntax you actually use, including GitHub-flavoured extras. Copy any line into the editor to see it render.
Headings
# H1Top-level heading## H2Section heading### H3Sub-sectionEmphasis
**bold**bold*italic*italic~~strikethrough~~strikethrough (GFM)`inline code`inline codeLists
- itemBulleted list1. itemNumbered list- [ ] taskTask list, unchecked (GFM)- [x] taskTask list, checked (GFM)Links & images
[text](https://url)LinkImage<https://url>AutolinkCode blocks
```jsOpen a fenced block with a languageconsole.log(1)Code line```Close the blockTables (GFM)
| A | B |Header row| --- | --- |Separator row| 1 | 2 |Data rowOther
> quoteBlockquote---Horizontal rule\* escapedEscape a character