menu 8 Menu Overview $field->html() Converts the field content to valid HTML $field->html(): Kirby\Cms\Field Return type Kirby\Cms\Field Example <h1><?= $page->title()->html() ?></h1> Source code kirby/config/methods.php#L368