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