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?
{% inline_rich_text field=”quote” value=”{{ item.quote }}” %}
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
“This is the text I typed.”
Thanks,
Terry