$kirby->markdown()
Parses Markdown
$kirby->markdown(string|null $text = null, array|null $options = null): string
Parameters
Name | Type | Default |
---|---|---|
$text | string ornull |
null
|
$options | array ornull |
null
|
Return type
string