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