$kirby->markdown()
Parses Markdown
$kirby->markdown(string $text = null, bool|array $options = null): string
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| $text | string |
null |
|
| $options | bool|array |
null |
Boolean inline value is deprecated, use ['inline' => true] instead |
Return type
string