mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 19:00:39 -07:00
Migrated from liquid-for-designers v11
@@ -1,7 +1,12 @@
|
|||||||
There are two types of markup in Liquid: Output and Tag.
|
There are two types of markup in Liquid: Output and Tag.
|
||||||
|
|
||||||
* Output is surrounded by <pre> {{ matched pairs of curly brackets (ie, braces) }} </pre>
|
* Output markup (which may resolve to text) is surrounded by
|
||||||
* Tags are surrounded by <pre> {% matched pairs of curly brackets and percent signs %} </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>
|
||||||
|
|
||||||
h1. Output
|
h1. Output
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user