Skip to content

Use slash commands

Slash commands let you insert any block type without leaving the keyboard.

Open the slash menu

  1. Place your cursor on an empty line (or at the end of a line).

  2. Type /.

  3. A searchable dropdown appears with all available block types.

  4. Type to filter — e.g., /code narrows to Code Block and Code Tabs.

  5. Press Enter or click to insert.

Available commands

Command

Inserts

/text

Plain paragraph

/heading1

Heading 1

/heading2

Heading 2

/heading3

Heading 3

/bullet

Bullet list

/ordered

Ordered (numbered) list

/blockquote

Blockquote

/code

Code block with language picker

/codetabs

Tabbed code blocks for multiple languages

/table

3x3 table

/image

Image upload

/divider

Horizontal rule

/topiclink

Cross-reference to another topic

/component

Reusable How component reuse works reference

/inlinecomponent

Inline How component reuse works reference

/variable

Create variable sets token placeholder

/info

Info Add callouts (blue)

/warning

Warning Add callouts (amber)

/danger

Danger Add callouts (red)

/success

Success Add callouts (green)

You don't need to type the exact command name. The menu does fuzzy matching — typing /warn finds Warning Callout, and /tl finds Topic Link. This makes slash commands faster than reaching for toolbar buttons.

Tips

For a complete reference of all slash commands with detailed descriptions, see Editor slash commands.


See also

Was this page helpful?