# Included Content

This is some content that will be included by the `@include` function.

## Features

- **Bold text** for emphasis
- *Italic text* for subtle emphasis
- `Code snippets` for technical content
- [Links](https://example.com) for references

## Code Example

```typescript
function includedFunction() {
    return "This function is included from another file";
}
```

## Lists

1. First item
2. Second item
3. Third item

- Unordered item
- Another unordered item

:::callout{kind="warning"}
Hello World
:::