Html tags not taken into account on some elements of the "dawn" theme

Hello to all,

As my title indicates, I’m frustrated that I can’t put some elements of my texts in bold / italic or other on the dawn theme !

I specify that it concerns the “image with text” section in the “Heading” part

I tried some modifications via the CSS but nothing makes it.

Here is screenshots :

Can you help me please? Thanks in advance

Hi there,
Jack from OpenThinking here!

You can’t put HTML inside there because your theme {{ | escapes }} HTML tags.

Inside sections/image-with-title.liquid search for {{ block.settings.heading | escape }} and remove the | escape part.

let me know if this works for your. If yes; accept my answer and give me thumbs up! Thank you.