Display a Full Article in Your Email
[[post.post_content | cleanImages | striptags('<p><br><span><a><div><b><strong><i><em><img>') ]]
/*
Here is the breakdown:
- post_content = fetches the full article content as found in your RSS feed's <content> node.
- cleanImages = this is a special Filter that adjusts the width and height properties on any incoming images so that they won't break your email's responsiveness.
- stripTags = another filter that removes all but the most basic HTML. This reduces the chance that some HTML from your website breaks your email.
*/
Disclaimer
Last updated

