Display html tags from language files

I’m trying to display some html tags (<strong></strong>) that are within strings in language files (yml), but they are being escaped to &lt;strong&gt;&lt;/strong&gt;. Is there any way I can properly output those html tags from language files?