Do I need to add something to my blueprint or to the php call when bringing in the data? If I do something like this:
Credits:
It isn’t formatted and appears like this the rendered page:
Credits: - John Doe - Jane Doe - Jack Doe - Jill Doe
Try using an empty space before starting the list, like this:
Because the output is in the same line, it looks like you are only echoing the text by using echo $page->text() in your template. You need to use Kirbytext to parse the Markdown syntax: echo $page->text()->kirbytext().
echo $page->text()
echo $page->text()->kirbytext()
@lukasbestle
You’ve just solved all my problems! Thank you!
coming soon, my very first kirby based site with markdown
http://staging.isaidicanshout.com/3.0