Markdown Cheatsheet

**bold** or __bold__
*italic* or _italic_
~~strikethrough~~
term
: definition
![image title](url)
[link title](url) or <url> or <email>
# h1 to ###### h6
hr: --- *** ___
* unordered list
1. ordered list
> block quote
`inline code`
code block: ``` or indent 4 spaces; 8 spaces for a code blocks within a list
- [x] task
Header | Header
------ | ------
content | content
\ escape (md chars: \*; number on an unordered list: - 1965\. A great year!)