pandoc version 3 issue: Null contrstuctor removed #380
Labels
bug
Something isn't working
pandoc: future
An issue that is affected by the upcoming changes in pandoc
Windows tests were failing last week due to {rlang} not being available, but they failed yesterday's check, which flagged an error in the
build_lesson()
example using the nightly build for pandoc:Pandoc details
Error
Source
The specific message (
Error running filter [path]\lesson.lua: [path]\lesson.lua:343: attempt to call a nil value (field 'Null')
) points to an error in line 343 of lesson.lua, which returns a null object to replace a questions block so that questions and objectives are grouped into the same block:sandpaper/inst/rmarkdown/lua/lesson.lua
Lines 335 to 345 in 58e8d06
The text was updated successfully, but these errors were encountered: