mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Change Any Contents to Anything
This commit is contained in:
+2
-2
@@ -10,13 +10,13 @@ within will not be executed.
|
||||
<p class="code-label">Input</p>
|
||||
```liquid
|
||||
{% raw %}
|
||||
Any contents that you put between {% comment %} and {% endcomment %} tags
|
||||
Anything you put between {% comment %} and {% endcomment %} tags
|
||||
is turned into a comment.
|
||||
{% endraw %}
|
||||
```
|
||||
|
||||
<p class="code-label">Output</p>
|
||||
```liquid
|
||||
Any contents that you put between {% comment %} and {% endcomment %} tags
|
||||
Anything you put between {% comment %} and {% endcomment %} tags
|
||||
is turned into a comment.
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user