minimal markdown web blog
Markdown specification:
# H1
## H2
### H3
#### H4
##### H5
###### H6
Looks like :
* Item 1
* Item 2
* Item 3
Looks like:
- Item 1
- Item 2
- Item 3
[name of link](link)
[search](google.com)
Looks like:

Looks like:
Block begin from ``` and ended ```.
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
Looks like:
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |