$field->kirbytext()
Converts the field content from Markdown/Kirbytext to valid HTML
$field->kirbytext(): Kirby\Cms\Field
Return type
Aliases
You can use the following aliases for this field method in your template:
$field->kt(…)
Example
<?= $page->text()->kirbytext() ?>