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