Steps¶ Wrap content in a div with the class steps. HTMLpymdownx.blocks extension <div class="steps" markdown> 1. step 1 2. step 2 </div> /// html | div.steps 1. step 1 2. step 2 /// Congratulations! You have created a step list. Steps are automatically numbered. You are ready to share your work with others!