I have a few items in my frontmatter which have long descriptions. I'd like to add line breaks to the descriptions instead of it being one long string. How is this done? Adding <br /> works but it's a pretty hacky way to do it.
I've been looking to the YAML way to do it (link here) and apparently it should be done like so:
description: |
here's a loong description
which spans multiple lines
However, this doesn't work in Grav. What's the Grav way to do it?