How to format bot output response using HTML?

Hi, I’m developing a chatbot in rasa 3.1, I’m trying format my response in my own site, but the response get out with the tags in his text, i’m using : "

utter_what_is_html:
    - text: "<ul>\n<li> HTML significa linguagem de marcação de texto hiper </li>\n<li> HTML é a linguagem de marcação padrão para criar páginas da web </li>\n<li> HTML descreve a estrutura de uma página da web </li>\n<li> HTML consiste em uma série de elementos </li>\n<li> Elementos html dizem ao navegador como exibir o conteúdo </li>\n<li> html elementos etiquetem peças de conteúdo como \"This Is A Heading\", \"este\n  é um parágrafo \",\" este é um link \", etc. </li>\n</ul>"

"

example:

It depends on which chat widget you’re using on the website. Most of them support markdown for formatting (not html). There’s a summary of the widgets here.