$field->markdown()
Converts markdown to valid HTML
$field->markdown(array $options = [ ]): Kirby\Cms\FieldParameters
| Name | Type | Default | 
|---|---|---|
| $options | array | [ ] | 
Return type
Aliases
You can use the following aliases for this field method in your template:
- $field->md(…)
Example
<?= $page->text()->markdown() ?>