Hello,
I have a TelerikPanelBar and I am getting the content from the database. the text from item.Text is a string, that includes HTML. Instead of rendering the HTML, it is still just rendering it as a string, even though I am converting it to a Markup String/using Markdig.
How can I get the text to display as HTML, instead of a string?