From b4d4b400012c28f228997297af2e861de27ff9e4 Mon Sep 17 00:00:00 2001 From: RichMorin Date: Thu, 12 Aug 2010 13:45:51 -0700 Subject: [PATCH] Migrated from liquid-for-designers v17 --- Liquid-for-Designers.textile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index 74a3bd8..c11a570 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -2,11 +2,15 @@ There are two types of markup in Liquid: Output and Tag. * Output markup (which may resolve to text) is surrounded by -
 {{ matched pairs of curly brackets (ie, braces) }} 
+
+{{ 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 %} 
+
+{% matched pairs of curly brackets and percent signs %}
+
h1. Output