This editor is **markdown-native** — everything you type is stored as Markdown. Use the toolbar, or flip to the MARKDOWN tab to edit the source directly.

## Overview

- Bullet points work
- So do `inline code` and [links](https://contextowl.co)

> Blockquotes render as callouts in the published doc.

```typescript
const session = await auth.handshake({ clientId });
```