How to render raw html field content

My table contains a field with raw html. How can i show that field as rendered HTML in my reports. When i do a normal php web application to get the results i use html_special_chars_decode() to show the rendered html, is there a way to show rendered html of fields?

Unfortunately the only thing you can render is images or html links

Can this be added as a feature request?