Select a background color for the page:
# Heading 1
## Heading 2
This is some **bold** and *italic* text.
- List item 1
- List item 2
- List item 3
> This is a blockquote.
[Link example](https://example.com)
### Code Block
```javascript
function hello()
```
