# Headers
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
# Regular Text
This is some regular text
*This is in italics*
**This is BOLD**
This has some `code in it`
This has a link to [GSX Community Discord](https://discord.gg/ubCkJQS6Mj)
# Quotation
> This is some regular text inside a quotation
>
> *This is in italics* inside a quotation
>
> **This is BOLD** inside a quotation
>
> This has a link to [GSX Community Discord](https://discord.gg/ubCkJQS6Mj) inside a quotation
# List
- Indent 1
- Indent 2
- Indent 3
# Tables
| This | Is |
| -- | -- |
| A | Table |