diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index 4b3f96a..46c741f 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -1,7 +1,12 @@ There are two types of markup in Liquid: Output and Tag. -* Output is surrounded by
 {{ matched pairs of curly brackets (ie, braces) }} 
-* Tags are surrounded by
 {% matched pairs of curly brackets and percent signs %} 
+* Output markup (which may resolve to text) is surrounded by + +
 {{ matched pairs of curly brackets (ie, braces) }} 
+ +* Tag markup (which cannot resolve to text) is surrounded by + +
 {% matched pairs of curly brackets and percent signs %} 
h1. Output