RSS Email Body showing HTML tags?
Issue: RSS Email body shows html tags like this <p> Fix: Need to use Custom RSS Item element in the email builder, and instead of using…
Assistants need to reach this page over the internet. While it is only running on your machine, these two buttons will not be able to load it.
Issue: RSS Email body shows html tags like this <p>
Fix: Need to use Custom RSS Item element in the email builder, and instead of using {{rss_item.content}} use {{{rss_item.content}}}
HTML Based RSS Feed
{{rss_item.title}} are HTML-escaped. For example, if the expression contains &, then the returned HTML-escaped output is generated as & or if your RSS Feed has HTML-based text instead of plain text then it will be rendered as plain text.{{{:{{{rss_item.content}}} it will render like thisWas this guide helpful?