## Included API

This paragraph is expanded from a neighboring Markdown file.

<!-- #region public-api -->
```ts
export function greet(name: string) {
  return `Hello, ${name}`;
}
```
<!-- #endregion public-api -->

This line is outside the named region.
