Describe the bug
I'm trying to make a bridge that adds an iframe to the item['content']. How do I NOT output html as a string/text but instead have it render the html?
Is there some kind of escape or non-sanitize function?
When I look in the source several key <'s have a added to it. Breaking the output.
I've gone over the manuals but can't find any useful information.
Expected behavior
HTML to be html and not text.