mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 18:25:41 +03:00
Change Any Contents to Anything
This commit is contained in:
@@ -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