I am having trouble making markdown render with kirbytext on my pages. For example:
when I type #Hello world in the admin panel for that page, it render on the page as #Hello world in plain text.
In my template I have: <?= $page->Linkto()->kirbyText() ?>
and in the blueprint:
linkto:
label: Linkto
type: markdown
I also have c::set(‘markdown.extra’, true);
I wondered if it was due to <?= $page->Linkto()->kirbyText() ?> being located within an html element, but it seems to not be a problem with markdown.extra .
Any help would be greatly appreciated, as it seems a simple thing, yet I am not able to make it work.