mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 19:30:47 -07:00
Merge pull request #1636 from Shopify/documentation-clarification-for-comment
Clarifying description for {% comment %}
This commit is contained in:
@@ -8,7 +8,7 @@ module Liquid
|
|||||||
# @liquid_summary
|
# @liquid_summary
|
||||||
# Prevents an expression from being rendered or output.
|
# Prevents an expression from being rendered or output.
|
||||||
# @liquid_description
|
# @liquid_description
|
||||||
# Any text inside `comment` tags won't be output, and any Liquid code won't be rendered.
|
# Any text inside `comment` tags won't be output, and any Liquid code will be parsed, but not executed.
|
||||||
# @liquid_syntax
|
# @liquid_syntax
|
||||||
# {% comment %}
|
# {% comment %}
|
||||||
# content
|
# content
|
||||||
|
|||||||
Reference in New Issue
Block a user