Change Any Contents to Anything

This commit is contained in:
Brian Jones
2017-03-30 10:12:18 -04:00
parent cee4a2d7ae
commit 8b6f4d2a45
+2 -2
View File
@@ -10,13 +10,13 @@ within will not be executed.
<p class="code-label">Input</p> <p class="code-label">Input</p>
```liquid ```liquid
{% raw %} {% raw %}
Any contents that you put between {% comment %} and {% endcomment %} tags Anything you put between {% comment %} and {% endcomment %} tags
is turned into a comment. is turned into a comment.
{% endraw %} {% endraw %}
``` ```
<p class="code-label">Output</p> <p class="code-label">Output</p>
```liquid ```liquid
Any contents that you put between {% comment %} and {% endcomment %} tags Anything you put between {% comment %} and {% endcomment %} tags
is turned into a comment. is turned into a comment.
``` ```