Legislative lists
How it looks (preview)
ordered list:
- one
- two
- three
How to call this example
<%= render "govuk_publishing_components/components/govspeak", {} do %>
<h2>ordered list:</h2>
<ol class="legislative-list">
<li>one</li>
<li>two</li>
<li>three</li>
</ol>
<% end %>