LiquidFilterExtensions ====================== Inspired by the need to truncate text containing html tags without losing any closing tags. It pretty much just extends the Liquid Filter Extensions a bit. You can use these truncation extensions just like the truncate options: {{ article.body | truncatewords_with_closing_tags: 56 }} OR {{ article.body | truncate_with_closing_tags: 500 }}