# Hello World

This is a paragraph with **bold** and _italic_ text.

## Code Example

```ts
const x = 1;
```

- Item 1
- Item 2
- Item 3

1. First
2. Second

> A blockquote.

---

[Example](https://example.com)

Inline `code` here.
