Description

Draws a numbered list as a sequence of steps.

Demo

  1. First step

    What to do, and anything else that belongs with it.

  2. Second step

    What to do next.

  3. Done

Body

The body should consists of an ordered list with standard Markdown content.

Default Code

::block-steps
1. First step

   What to do, and anything else that belongs with it.

2. Second step

   What to do next.

3. Done
::