Skip to content

Kirby 5.0.2

$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

Parent class

Kirby\Cms\App