Hi,
Recently I am facing problem to render data as HTML Rich text field in SharePoint list.I am adding <HTML><DIV><P><b>This is the test data to render in SPO</b></P></DIV></HTML> in list.When I am going to put the HTML format in multi line Rich Text field in SharePoint list.Then it is displaying the same string format.HTML tags are not rendered in display page.
Please provide the way that I can display the Rich Text into actual HTML output in display page.I am using SharePoint 2013 Online with E3 licenses.If I am adding the same code in Script Editor then it working perfectly.But my requirement is not put the every record manually in Script Editor.