Implement nodelist in the Doc tag so it may be visited

This commit is contained in:
Guilherme Carreiro
2025-02-26 12:05:13 +01:00
parent a398b4cc74
commit 71e5d21c5f
3 changed files with 28 additions and 1 deletions
+4
View File
@@ -55,6 +55,10 @@ module Liquid
true
end
def nodelist
[]
end
private
def ensure_valid_markup(tag_name, markup, parse_context)
+1 -1
View File
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module Liquid
VERSION = "5.8.0"
VERSION = "5.8.1"
end