Headings

# Heading 1
## Heading 2
### Heading 3

Text Formatting

SyntaxResult
**bold**bold
*italic*italic
~~strikethrough~~strikethrough
`inline code`inline code

Links & Images

[Link Text](https://example.com)
![Alt Text](https://example.com/image.png)

Code Blocks

```language
your code here
```

Supported languages: 6502, basic, c, python, javascript, php, and more.

Blockquotes

> This is a blockquote.
> It can span multiple lines.
This is a blockquote.
It can span multiple lines.

Lists

Unordered
- Item one
- Item two
- Item three
Ordered
1. First item
2. Second item
3. Third item

Horizontal Rules

---