I’m trying to display a list of items from a defined Page parameter. In my frontmatter it is set up like this:
priceList:
- planName: Name
planList: >
* List Item
* List Item
planPrice: Price
So, what I want to acheive is that every markdown list item in planList is displayed as a
{{ .planList | markdownify }}