Skip to content

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

/text

Paragraph

Plain text paragraph

/heading1

Heading 1

Top-level heading (H1)

/heading2

Heading 2

Section heading (H2)

/heading3

Heading 3

Subsection heading (H3)

/bullet

Bullet list

Unordered list

/ordered

Ordered list

Numbered list

/blockquote

Blockquote

Indented quotation block

/code

Code block

Syntax-highlighted code with language picker

/codetabs

Code tabs

Tabbed code blocks for multiple languages

/table

Table

3x3 table with header row

/image

Image

Upload or link an image

/divider

Horizontal rule

Visual section separator

/component

Component

Block-level reusable component reference

/info

Info callout

Blue callout for tips and notes

/warning

Warning callout

Amber callout for caution notices

/danger

Danger callout

Red callout for critical warnings

/success

Success callout

Green callout for confirmations

Inline commands

These commands insert at the cursor position within text.

Command

Element type

Description

/topiclink

Topic link

Cross-reference to another topic (inline pill)

/inlinecomponent

Inline component

Inline reusable component reference

/variable

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

Was this page helpful?