Editor slash commands
Type / in the editor to open the slash command menu. Type to filter, press Enter to insert.
The slash menu supports fuzzy matching — typing /warn finds Warning Callout, /h2 finds Heading 2, and /ct finds Code Tabs. You don't need to type the full command name.
Block commands
These commands insert a new block below the current line.
Command | Block type | Description |
|---|---|---|
| Paragraph | Plain text paragraph |
| Heading 1 | Top-level heading (H1) |
| Heading 2 | Section heading (H2) |
| Heading 3 | Subsection heading (H3) |
| Bullet list | Unordered list |
| Ordered list | Numbered list |
| Blockquote | Indented quotation block |
| Code block | Syntax-highlighted code with language picker |
| Code tabs | Tabbed code blocks for multiple languages |
| Table | 3x3 table with header row |
| Image | Upload or link an image |
| Horizontal rule | Visual section separator |
| Component | Block-level reusable component reference |
| Info callout | Blue callout for tips and notes |
| Warning callout | Amber callout for caution notices |
| Danger callout | Red callout for critical warnings |
| Success callout | Green callout for confirmations |
Inline commands
These commands insert at the cursor position within text.
Command | Element type | Description |
|---|---|---|
| Topic link | Cross-reference to another topic (inline pill) |
| Inline component | Inline reusable component reference |
| Variable | Variable token placeholder (inline pill) |
Notes
Slash commands work in both topic and component editors.
Block-level commands (component, table, code block) insert below the current line.
Inline commands (variable, topic link, inline component) insert at the cursor position within text.
See also
Keyboard shortcuts — editor, workspace, and map shortcuts that complement slash commands
Use slash commands — practical guide to using slash commands while authoring content
Format content in the editor — formatting options available through the toolbar and slash menu
Create reusable components — how to create the components inserted via `/component` and `/inlinecomponent`