# 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
![Some Logo](https://api.hello-avatar.com/adorables/face/eyes9/nose9/mouth6/fc0fc0/96)
Format: ![Alt Text](url)
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
```