HTML tags in DataTable

Hi,

I have created a simple Dash app (Python) in which my users can query texts in Elasticsearch. The search results are presented in a DataTable object. I would like to use the highlight function in Elasticsearch to shorten the results and mark the found keywords. However, the DataTable does not seem to parse the HTML tags to mark the keywords in a cell, so it looks something like this:

<em>Test</em> blablabla

Is there a way to format only parts of the contents in a cell?

Thanks!

RubeL