clarify inline_comment

This commit is contained in:
Shaina Raskas
2022-11-11 15:34:35 -05:00
parent 1cdd1f0834
commit 667664bb22
+2 -5
View File
@@ -4,13 +4,10 @@ module Liquid
# @liquid_public_docs
# @liquid_type tag
# @liquid_category syntax
# @liquid_name inline_comment
# @liquid_name inline comment
# @liquid_summary
# Prevents an expression from being rendered or output.
# Prevents an expression inside of a tag `{% %}` from being rendered or output.
# @liquid_description
# Any text inside an `inline_comment` tag won't be rendered or output.
#
# You can create multi-line inline comments. However, each line must begin with a `#`.
# @liquid_syntax
# {% # content %}
# @liquid_syntax_keyword content The content of the comment.