Mostly this is a markdown question, but maybe there are hacks for Hugo. In my .md files to describe multi-line content in parameter, I use > (markdown blockquote). And this works perfectly, but is there a way to put a list in such?
content: >
Sample
Multiline content
^Space above and the list below
* element 1
* element 2
* element 3