Markdown Cheat Sheet
Headers
# H1## H2### H3#### H4##### H5###### H6
Emphasis
*italic*or_italic_**bold**or__bold__**_both_**~~strikethrough~~
Lists
Ordered List
- First item
- Second item
- Third item
Unordered List
- First item
- Second item
- Third item
Links
[title](https://)[title](link "Hover Text")
Images

Code
- Inline
code Block code
Blockquotes
Blockquote
Horizontal Rule
---or___
Table
| Syntax | Description |
|---|---|
| Header | Title |
| Paragraph | Text |
Escape Characters
\Backslash- ``` Backtick
\*Asterisk\_Underscore\{\}Curly Braces\[\]Square Brackets\(\)Parentheses\#Hash Mark\+Plus Sign\.Dot\!Exclamation Mark
Task Lists
- [x] Checked item- [ ] Unchecked item