mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Implement nodelist in the Doc tag so it may be visited
This commit is contained in:
@@ -55,6 +55,10 @@ module Liquid
|
||||
true
|
||||
end
|
||||
|
||||
def nodelist
|
||||
[]
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def ensure_valid_markup(tag_name, markup, parse_context)
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Liquid
|
||||
VERSION = "5.8.0"
|
||||
VERSION = "5.8.1"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user