You can just add this option in your form field, without changing the template:
use Twig\Markup; // ... TextEditorField::new('contenu', 'Descriptif') ->formatValue(fn (string $value) => new Markup($value, 'UTF-8'))