Skip to content

Commit

Permalink
Merge pull request #1656 from Shopify/sr-inline-comment
Browse files Browse the repository at this point in the history
clarify inline_comment
  • Loading branch information
shainaraskas committed Nov 14, 2022
2 parents 1cdd1f0 + 8b1b9f6 commit 9ccbf64
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/liquid/tags/inline_comment.rb
@@ -1,19 +1,6 @@
# frozen_string_literal: true

module Liquid
# @liquid_public_docs
# @liquid_type tag
# @liquid_category syntax
# @liquid_name inline_comment
# @liquid_summary
# Prevents an expression 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.
class InlineComment < Tag
def initialize(tag_name, markup, options)
super
Expand Down

0 comments on commit 9ccbf64

Please sign in to comment.