I have input that may either be a string or be a string of html. I have figured out how to recognize whether or not the string is html, but I don't know how to have the browser interpret the string as html instead.
For example, instead of having <a href='www.google.com'> Click here!! </a> on the page, I would instead like to have the actual link render like: Click Here
View code where I am trying to do this:
<div class="description">
<%= p.description %>
<div>