Hi,
I am getting a data from JSON having article body content that has paragraphs (separated by C# style \r\n). This works well, however now the requirement is if body has bold () or italic tags (). It should recognize the same and render the way it is..
Is it possible to achieve the same?