mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
Migrated from liquid-for-designers v17
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user