{% from "components/components/inset-text/macro.njk" import usaInsetText %}
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:
{{ usaInsetText({ "html": 'First paragraph
---
Second paragraph
', "classes": ""}) }}