❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
markdown($text)
Parses the text as Markdown
$text
(string)
return
(string)
Example
<?= markdown($page->text()) ?>
↑
Cheat Sheet overview
←
kirbytext($text, $page = null)
→
page($uri = null)
↓
Back to Cheat Sheet section
Top