Salta el contingut

Steps

  1. Wrap content in a div with the class steps.

    <div class="steps" markdown>
    
    1. step 1
    
    2. step 2
    
    </div>
    
    /// html | div.steps
    1. step 1
    2. step 2
    ///
    
  2. Congratulations! You have created a step list.

    Steps are automatically numbered.

  3. You are ready to share your work with others!