--- title: Steps linkTitle: 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 */%}} ```