mirror of
https://github.com/tiennm99/hugo-blox-builder.git
synced 2026-09-16 16:24:42 +00:00
509 B
509 B
title, linkTitle
| title | linkTitle |
|---|---|
| Steps Shortcode | Steps |
Display a series of steps, such as for a tutorial.
Example
{{% steps %}}
Step 1
The first step here...
Step 2
The second step here...
Step 3
The third step here...
{{% /steps %}}
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 */%}}