$field->html()
Converts the field content to valid HTML
$field->html(): Kirby\Content\Field
Return type
This method modifies the existing $field
object it is applied to and returns it again.
Aliases
You can use the following aliases for this field method in your template:
$field->h(…)
Examples
<h1><?= $page->title()->html() ?></h1>