I have some commonmark text with an html table, where the text of one of the cells has curly brackets (to display a python dictionary).
This is not rendered at all in dcc.Markdown, completely hiding the table from the result. I have tried to escape the curly bracket character, but it doesn’t work, and I have also tried to rule out any other potential issues with no luck.