There are no notes for this item.

<ol>
    <li class="list__item">First step to complete</li>
    <li class="list__item">Second item to perform</li>
    <li class="list__item">Last item of the three in this list</li>
</ol>
{
  "list-el": "ol",
  "list-class": null,
  "list-items": [
    {
      "item": "First step to complete"
    },
    {
      "item": "Second item to perform"
    },
    {
      "item": "Last item of the three in this list"
    }
  ]
}