Stepper
Add a step-by-step guide to a page — perfect for guides, walkthroughs and technical troubleshooting processes
Last updated
Was this helpful?
Add a step-by-step guide to a page — perfect for guides, walkthroughs and technical troubleshooting processes
Last updated
Was this helpful?
Was this helpful?
/
on an empty line or click the +
on the left of the editor and select Stepper from the insert menu.There are some limitations on which blocks you can create inside of a stepper block — for example, you cannot add expandable blocks or another stepper block. See all the blocks you can add by starting a new line within a stepper block and pressing /
to bring up the insert palette.
## Example
{% stepper %}
{% step %}
### Step 1 title
Step 1 text
{% endstep %}
{% step %}
### Step 2 title
Step 2 text
{% endstep %}
{% endstepper %}