Steps
ยท
1 min read
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:
{{% steps %}}
### Step 1
The first step here...
### Step 2
The second step here...
### Step 3
The third step here...
{{% /steps %}}