markdown()
Parses markdown in the given string. Shortcut for $kirby->markdown($text)
markdown(string|null $text = null, array $options = [ ]): string
Parameters
Name | Type | Default |
---|---|---|
$text | string ornull |
null
|
$options | array |
[ ]
|
Return type
string
Examples
<?= markdown($page->text()) ?>