Implement nodelist in the Doc tag so it may be visited

This commit is contained in:
Guilherme Carreiro
2025-02-26 13:14:39 +01:00
committed by Guilherme Carreiro
parent a398b4cc74
commit 6453a0ea48
4 changed files with 33 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