# H1
## H2
### H3 (and so on to H6)

*italic* or _italic_
**bold** or __bold__
***bold and italic***

- Unordered item

1. Ordered item
2. Second item

- Main item
  - Nested item
  - Another nested item
- Another main item
  1. Nested ordered
  2. Another nested ordered

[link text](https://url.com)
![alt text](image.jpg)

`inline code`
```
code block
```

horizontal rule
---