$kirby->markdown()
Parses Markdown
$kirby->markdown(string|null $text = null, array|null $options = null): stringParameters
| 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.