Compare commits

...
1 Commits
Author SHA1 Message Date
Shaina Raskas 3b87639b70 test 2022-09-30 11:00:07 -04:00
+1 -1
View File
@@ -6,7 +6,7 @@ module Liquid
# @liquid_category iteration
# @liquid_name continue
# @liquid_summary
# Causes a [`for` loop](/api/liquid/tags#for) to skip to the next iteration.
# TESTING TESTING Causes a [`for` loop](/api/liquid/tags#for) to skip to the next iteration.
# @liquid_syntax
# {% continue %}
class Continue < Tag