Skip to content

Kirby 4.2.0

$markdown->parse()

Parses the given text and returns the HTML

$markdown->parse(?string $text = null, bool $inline = false): string

Parameters

Name Type Default
$text string|null null
$inline bool false

Return type

string

Parent class

Kirby\Text\Markdown