Skip to content

Kirby 5.0.4

$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

This method modifies the existing $app object it is applied to and returns it again.

Parent class

Kirby\Cms\App