$kirby->kirbytext()
Parses KirbyTags first and Markdown afterwards
$kirby->kirbytext(string|null $text = null, array $options = [ ]): string
Parameters
| Name | Type | Default |
|---|---|---|
| $text | stringornull |
null
|
| $options | array |
[ ]
|
Return type
string
This method modifies the existing $app object it is applied to and returns it again.