Merge pull request #1955 from Shopify/jm/trim_doc_tag_desc

Remove {{ foo }} and {{ bar }} from `doc` tag description
This commit is contained in:
James Meng
2025-05-06 15:29:29 -07:00
committed by GitHub
-1
View File
@@ -27,7 +27,6 @@ module Liquid
# @example
# {% render 'message', foo: 'Hello', bar: 'World' %}
# {% enddoc %}
# {{ foo }}, {{ bar }}!
class Doc < Block
NO_UNEXPECTED_ARGS = /\A\s*\z/