maybe create a new object to chain the filters, such as, ``` php echo $data->e('key')->html()->marked()->nl2br(); ```
maybe create a new object to chain the filters, such as,