• English日本語한국어
  • Log inStart now

Steps

The step component lets you create defined procedures with more structure than ordered lists. Use step when you have a large procedure that would benefit from dedicated space ordered lists don't offer.

Syntax

There are three things to note when using the step component:

  • All step procedures begin with <Steps> and are closed with </Steps>
  • Each individual step begins with <Step> and is closed with </Step>

Tip

The Keyboard Maestro macro for the step component is kkstepgroup.

Example

This is the syntax for a doc with the step component. Below that you can see the step procedure in action:

---
title: Coffee grinding
---
How to grind coffee:
<Steps>
<Step>
First find some fresh beans. The older the beans, the worse your grind will end up.
</Step>
<Step>
Pour a drop of water on your (clean) finger and then wiggle it around in your beans. This reduces the amount of static and reduces grind retention in your grinder.
[Read more about the Ross Droplet Technique](https://lifestylelab.ca/ross-droplet-technique/).
</Step>
<Step>
Take your ever so slightly moist beans and put them in your grinder. We recommend you use a modern burr grinder and avoid blade grinders.
</Step>
<Step>
Select your grind size. Your grind size depends on how you will brew your coffee. Pour-overs require a fine grind and french presses require a course grind.
</Step>
<Step>
Turn your grinder on and enjoy!
</Step>
</Steps>

Example build

How to grind coffee:

Step 1 of 5

First find some fresh beans. The older the beans, the worse your grind will end up.

Step 3 of 5

Take your ever so slightly moist beans and put them in your grinder. We recommend you use a modern burr grinder and avoid blade grinders.

Step 4 of 5

Select your grind size. Your grind size depends on how you will brew your coffee. Pour-overs require a fine grind and french presses require a course grind.

Step 5 of 5

Turn your grinder on and enjoy!

Copyright © 2023 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.