// Replace all newlines with an <br>
prototype(GesagtGetan.Basic:nl2br) < prototype(Neos.Fusion:Value) {
    input = ${value}
    value = ${String.pregReplace(String.trim(this.input), '/\n/' , '<br>')}
}
