From eede101115d5996263f4fc403a9abf9fab16efbb Mon Sep 17 00:00:00 2001 From: delwaterman Date: Thu, 12 Aug 2010 13:45:53 -0700 Subject: [PATCH] Migrated from liquid-for-designers v29 --- Liquid-for-Designers.textile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index b4eafd0..66e502c 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -73,6 +73,16 @@ New tags are very easy to code, so I hope to get many contributions to the stand Here is a list of currently supported tags: +* **assign** - Assgins some value to a variable +* **capture** - Block tag that captures text into a variable +* **case** - Block tag, its the standard case...when block +* **comment** - Block tag, comments out the text in the block +* **cycle** - Cycle is usually used within a loop to alternate between values, like colors or DOM classes. +* **for** - For loop +* **if** - Standard if/else block +* **include** - Includes another template, useful for partials +* **unless** - Mirror of if statement + h2. Comments Comment is the simplest tag.