HTML tags in i18next translation
问题 I'm using i18next to power i18n for my weblog. It works great on text-only content, but when I try to translate content that includes HTML markup, it is displaying the raw markup when I translate the text. As an example, here is a snippet of the markup from a post that is not working as expected: <div class="i18n" data-i18n="content.body"> In Medellín they have many different types of <i>jugos naturales</i> (fruit juice) ... <br /> <br /> ... </div> The translation code looks like this: var