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