| BaseEscaper | |
| EmbedsEscaper | Parse embedded media in a string, return raw string {{ article.content|e('embeds') }} |
| RssEscaper | Clear out characters that bork RSS feeds ``` {{ article.content|e('rss') }} ``` |
| StripEscaper | Strip embedded media in a string, return raw string {{ article.content|e('strip') }} |