mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Add liquid_public_docs yard tag to snippet tag
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Liquid
|
module Liquid
|
||||||
|
# @liquid_public_docs
|
||||||
# @liquid_type tag
|
# @liquid_type tag
|
||||||
# @liquid_category variable
|
# @liquid_category variable
|
||||||
# @liquid_name snippet
|
# @liquid_name snippet
|
||||||
@@ -12,7 +13,6 @@ module Liquid
|
|||||||
# {% snippet input %}
|
# {% snippet input %}
|
||||||
# value
|
# value
|
||||||
# {% endsnippet %}
|
# {% endsnippet %}
|
||||||
|
|
||||||
class Snippet < Block
|
class Snippet < Block
|
||||||
def initialize(tag_name, markup, options)
|
def initialize(tag_name, markup, options)
|
||||||
super
|
super
|
||||||
|
|||||||
Reference in New Issue
Block a user