$field->nl2br() Converts all line breaks in the field content to <br> tags. Since 3.3.0 kirby/config/methods.php#L483 $field->nl2br(): Kirby\Cms\Field Return type Kirby\Cms\Field Example <?= $page->subtitle()->nl2br() ?>