Hi all. I’m new to middleman, but enjoying things so far. I’ve got a site that is basically only templated data. The frontmatter for each page has a set of fields that are inserted into layouts. In other words, yield is almost always empty.
So, occasionally I’d like to mark up a field in frontmatter using markdown or whatever. For example, to bold some text or create a list. Is this possible?
Thanks.