Change Any Contents to Anything

This commit is contained in:
Brian Jones
2017-03-30 10:12:18 -04:00
parent cee4a2d7ae
commit 8b6f4d2a45

View File

@@ -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.
```