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