Hi,
I have a metaobject in a liquid section on my page that is displaying single-line text as expected BUT I have a field with richtext that is rendering with some code wrapped around my dynamic content.
I tried adding a ‘{… .value | richtext }’ to my metaobject value without luck.
Here is my code in the liquid section:
{% if page.metafields.custom.ja_faq %}
{% assign testvariable = page.metafields.custom.ja_faq.value %}
## {{ testvariable.heading }}
{{ testvariable.paragraph.value | richtext }}
{% endif %}
Here is how it’s rendering:
Appreciate the help!
