Skip to content

Kirby 5.0.1

$kirby->markdown()

Parses Markdown

$kirby->markdown(string|null $text = null, array|null $options = null): string

Parameters

Name Type Default
$text stringornull null
$options arrayornull null

Return type

string

Parent class

Kirby\Cms\App