$kirby->kirbytext()
Parses KirbyTags first and Markdown afterwards
$kirby->kirbytext(string|null $text = null, array $options = [ ]): string
Parameters
Name | Type | Default |
---|---|---|
$text | string ornull |
null
|
$options | array |
[ ]
|
Return type
string