I'm importing rss items where in description there is a lot of html code (links, paragraphs, etc...). When I'm viewing it in component's view like:
{{rss.description}}
the output in site is like:
<a href="http://link.com">Something</a> <p>Long text</p>
How can I quickly and easy parse it to html? I don't want to cross it with jQuery. Thank you