From 6ccce3c80d0f3b2ac6305ba930a44a98558d441e Mon Sep 17 00:00:00 2001 From: Satish Date: Thu, 12 Aug 2010 13:45:52 -0700 Subject: [PATCH] Migrated from liquid-for-designers v20 --- Liquid-for-Designers.textile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index 8a443b7..d56a88c 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -51,6 +51,10 @@ h3. Standard Filters * **truncate** - truncate a string down to x characters * **truncatewords** - undocumented * **upcase** - convert a input string to UPCASE +* **minus** - subtracts two numbers +* **plus** - add to numbers +* **times** - multiply two numbers +* **divided_by** - divide two numbers h1. Tags