From a7f732e8c5373fd84a60571bb6473b88442b9174 Mon Sep 17 00:00:00 2001 From: akaspick Date: Thu, 12 Aug 2010 13:45:53 -0700 Subject: [PATCH] Migrated from liquid-for-designers v30 --- Liquid-for-Designers.textile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index 66e502c..26b6823 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -49,7 +49,10 @@ h3. Standard Filters * **last** - get the last element of the passed in array * **join** - join elements of the array with certain character between them * **sort** - sort elements of the array +* **map** - map/collect an array on a given property * **size** - return the size of an array or string +* **escape** - escape a string +* **escape_once** - returns an escaped version of html without affecting existing escaped entities * **strip_html** - strip html from string * **strip_newlines** - strip all newlines (\n) from string * **newline_to_br** - replace each newline (\n) with html break