Hello, The truncate function breaks html attributes : For exemple: ``` {{ '<div style="color: red;">Hello world</div>'|truncate(5) }} ``` display: ``` <div style="color:</div>... ``` style attribute is not closed and it's truncated