Add liquid_public_docs yard tag to snippet tag

This commit is contained in:
Julia Boutin
2025-10-27 10:13:05 -06:00
parent de23ed82d5
commit 47288ccca0
+1 -1
View File
@@ -1,6 +1,7 @@
# frozen_string_literal: true
module Liquid
# @liquid_public_docs
# @liquid_type tag
# @liquid_category variable
# @liquid_name snippet
@@ -12,7 +13,6 @@ module Liquid
# {% snippet input %}
# value
# {% endsnippet %}
class Snippet < Block
def initialize(tag_name, markup, options)
super