Files
hugo-blox-builder/starters/documentation/content/docs/guide/shortcodes/steps.md
T
2024-02-17 21:55:51 +00:00

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 */%}}