How can I incorporate breaks into blog grid titles?

Greetings!

I would like to incorporate breaks into titles from the blog grid, how can I do that?

Thank you very much!

Find in your theme where this blog grid code is and look for

{{ article.title | escape }}

and remove the ‘escape’ filter.

{{ article.title }}