Formats numbers
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/contents_list", {
format_numbers: true,
contents: [
{
href: "#first-thing",
text: sanitize("1. First thing")
},
{
href: "#two",
active: true,
text: "2. Second thing"
},
{
href: "#third-thing",
text: "3. Third &thing"
}
]
} %>