From 92a6a7eb8dca38562fb2dca4d958a8e0722910ad Mon Sep 17 00:00:00 2001 From: ianlotinsky Date: Thu, 12 Aug 2010 13:45:49 -0700 Subject: [PATCH] Migrated from liquid-for-designers v2 --- Liquid-for-Designers.textile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index 7e5b81a..3764d3c 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -1,4 +1,3 @@ - There are two types of markup in liquid: Output and Tag. * Output is surrounded by
 {{ two curly brackets }} 
@@ -86,7 +85,6 @@ in the if. {% else %} Sorry, you are too young {% endif %} - # array = 1,2,3 {% if array includes 2 %} @@ -97,6 +95,7 @@ in the if. {% if string includes 'hello' %} string includes 'hello' {% endif %} + h2. Case Statement