{% from "components/uk_components/inset-text/macro.njk" import govukInsetText %}
To put a title in your template, use a hash:
To make bullet points, use asterisks:
To add inset text, use a caret:
To add a horizontal line, use three dashes:
{{ govukInsetText({ "html": 'First paragraph
---
Second paragraph
', "classes": "govuk-!-margin-top-0"}) }}