# h1 header
## h2 header
*italic* or _italic_
**bold** or __bold__
_combining **both** works_
Unordered List:
* Item 1
* Item 2
* Item 2a
* Item 2b
Ordered List:
1. Item 1
1. Item 2
1. Item 2a
1. Item 2b
Images

Format: 
Links:
https://www.listenaddict.com - automatic!
[ListenAddict](https://www.listenaddict.com)
Blockquotes:
Yoda:
> Do or do not
> there is no try.
Code:
What about variable `X`?
Or
```
this is a bigger code block
```