nhsuk / nhsuk-frontend

NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services.
https://nhsuk.github.io/nhsuk-frontend/
MIT License
619 stars 107 forks source link

Fix inset-text not supporting html param #951

Closed edwardhorsford closed 4 months ago

edwardhorsford commented 4 months ago

Description

Fixes #950. I think we expect all Nunjucks arguments to be lowercase - but here is is uppercase.

I think it would be a breaking change to swap it over, so I've added support for params.html in preference whilst still accepting params.HTML. It could potentially be considered cleaning up for a future major version release.