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