From 0f89fef9b14d1fe56beb314cd62fd922a465bbf8 Mon Sep 17 00:00:00 2001 From: RichMorin Date: Thu, 12 Aug 2010 13:45:50 -0700 Subject: [PATCH] Migrated from liquid-for-designers v9 --- Liquid-for-Designers.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index 7bfd67e..2fa233b 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -1,7 +1,7 @@ There are two types of markup in Liquid: Output and Tag. -* Output is surrounded by
 {{ two curly brackets }} 
-* Tags are surrounded by
 {% a curly bracket and a percent %} 
+* Output is surrounded by
 {{ matched pairs of curly brackets }} 
+* Tags are surrounded by
 {% matched pairs of curly brackets and percent signs %} 
h1. Output