mirror of
https://github.com/Shopify/liquid.git
synced 2026-01-26 20:19:26 +00:00
Add liquid_public_docs yard tag to snippet tag
This commit is contained in:
parent
4205131148
commit
ae05ba071c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user