The slash menu is the fastest way to insert any block. Type / anywhere in the editor and start typing the block name to filter.
Screenshot needed
screenshot of the open slash menu showing the full block list with icons
Filtering#
Type to filter. The match is fuzzy — /cal finds Callout, /cd finds Code Block, /api finds API Playground. Use arrow keys to move, Enter to insert, Esc to dismiss.
The full block list#
Text and structure#
| Block | Slash filter | Markdown shortcut |
|---|---|---|
| Heading 1 | /h1 | # |
| Heading 2 | /h2 | ## |
| Heading 3 | /h3 | ### |
| Bullet list | /bullet | - |
| Ordered list | /numbered | 1. |
| Task list | /task | - [ ] |
| Quote | /quote | > |
| Divider | /divider | --- |
| Code block | /code | ``` |
| Table | /table | — |
Highlights#
| Block | Slash filter |
|---|---|
| Info Callout | /info |
| Warning Callout | /warning |
| Error Callout | /error |
| Success Callout | /success |
| Tip Callout | /tip |
Structure#
| Block | Slash filter | Notes |
|---|---|---|
| Steps | /steps | Numbered procedure |
| Tabs | /tabs | Multi-tab content |
| Card | /card | Linked card with title and icon |
| Card Group | /cardgroup | Grid of cards |
| FAQ | /faq | Collapsible question and answer |
Inline and media#
| Block | Slash filter | Notes |
|---|---|---|
| Badge | /badge | Inline label (Pro, Beta, etc.) |
| Image | /image | Upload from your computer or paste |
| API Playground | /api | Single interactive endpoint (Pro+) |
For AI features (improve, expand, fix grammar, full-page generation), see AI actions and Generate with AI.
Why slash and not a toolbar#
Two reasons.
First, your hands stay on the keyboard. Toolbars require a mouse trip and a target hunt. The slash menu is one keystroke and a couple of characters.
Second, the menu is searchable. Toolbars hide options behind submenus. With slash, you don't have to remember where Callout lives — you just type /cal.