Migrated from liquid-for-designers v17

RichMorin
2010-08-12 13:45:51 -07:00
parent beae6b1ce5
commit b4d4b40001
+6 -2
@@ -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
<pre> {{ matched pairs of curly brackets (ie, braces) }} </pre>
<pre>
{{ matched pairs of curly brackets (ie, braces) }}
</pre>
* Tag markup (which cannot resolve to text) is surrounded by
<pre> {% matched pairs of curly brackets and percent signs %} </pre>
<pre>
{% matched pairs of curly brackets and percent signs %}
</pre>
h1. Output