I've seen a lot of docs about loading markdown files into content collections.
But my use case is different: I have a content collection generated from a single YAML file containing an array of items.
And some of the item fields in turn contain content that I want to parse as Markdown. Is that possible with a built-in Astro API?
Or would I need to treat the markdown as external markdown?