Steps

Display a series of steps, such as for a tutorial.

Example

Step 1

The first step here…

Step 2

The second step here…

Step 3

The third step here…

Usage

Use the Markdown level-3 headings to represent step titles within the steps shortcode:

 1{{% steps %}}
 2
 3### Step 1
 4
 5The first step here...
 6
 7### Step 2
 8
 9The second step here...
10
11### Step 3
12
13The third step here...
14
15{{% /steps %}}
docs