For the following reference to a rich text value, is there a way to have it display the value as the actual html source code instead of just as a string? Is there a filter I can add to convert it?
For example, if a user types the following in a rich text field - "This is the text I typed." I need the value to output as <p>"This is the text I typed."</p>