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