# Example page

This page is written in [Markdoc](https://markdoc.dev), a Markdown superset
with a small tag syntax for custom components.

{% callout type="tip" title="Why Markdoc?" %}
Content stays plain Markdown, so it is readable by humans **and** by agents
fetching the raw `.md` file. Tags add structure without leaving the text.
{% /callout %}

## Code

```ts
import { render } from "./render.js";
const { html } = render("# Hello");
```

## A list

- Parse
- Validate
- Transform
- Render
