# Showing off Markdown

This is a simple paragraph. Here's a list:

- **Bold** text
- *Italic* text
- `inline code`
- [Hyperlinks](https://www.markdownguide.org)

## More features

1. Hello, World!
2. Hei, verden!

Blockquotes are easy:

> I'm a blocky quote

### Links

- [Markdown Guide](https://www.markdownguide.org)
- [GitHub Markdown Docs](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
