diff --git a/tags/comment.md b/tags/comment.md index 31392cf6..d9d43fc5 100644 --- a/tags/comment.md +++ b/tags/comment.md @@ -10,13 +10,13 @@ within will not be executed.
Input
```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 %} ```Output
```liquid -Any contents that you put between {% comment %} and {% endcomment %} tags +Anything you put between {% comment %} and {% endcomment %} tags is turned into a comment. ```