The following calls all yield an error in Pandoc v2.16 whereas they worked w/o problem in Pandoc 2.14.2: ```lua Pandoc = function(el) local plain = pandoc.Plain:new({}) local str = pandoc.Str:new('foo') local link = pandoc.Link:new({}, "#href") end ```