# Heading 1

## Heading 2

### Heading 3

Regular paragraph with **bold text**, _italic text_, and `inline code`.

> This is a blockquote with some important information
> It can span multiple lines

Unordered list:

-   Item 1
-   Item 2
    -   Nested item
-   Item 3

Ordered list:

1. First step
2. Second step
3. Third step

[This is a link](https://example.com)

![Example image alt text](https://app-assets-ca-central-1-live.uniweb.app/uniweb/67cf5c7f80955/js/00a557d90de4fde4b16fbf4f7329a115.png "Party") test

[Video that talks about Chinese food in Guangdong](https://www.youtube.com/watch?v=f_jTbGACnJs&t=14s)

---

Code block:

```javascript
function testFunction() {
    console.log("Hello world!");
    return true;
}
```

This paragraph has **_bold and italic_** formatting combined.

This is ~~strikethrough~~ text (though not in your detection patterns).
