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