Notes on markdown syntax.
# h1
## h2
### h3
#### h4
##### h5
###### h6
This is **bold** text
This is _italic_ text
> Enter your quote here
* unordered
* unordered
1. item one
2. item two
3. item three
4. item four
[text](url)
![alt text](img src)
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
```[lang]
[your code here]
```