class Liquid::Comment

@liquid_public_docs @liquid_type tag @liquid_category syntax @liquid_name comment @liquid_summary

Prevents an expression from being rendered or output.

@liquid_description

Any text inside `comment` tags won't be output, and any Liquid code will be parsed, but not executed.

@liquid_syntax

{% comment %}
  content
{% endcomment %}

@liquid_syntax_keyword content The content of the comment.