Closed cderv closed 3 years ago
This comes from this change
Block element properties can no longer be accessed by numerical indexing of the .c field. The .c property now serves as an alias for .content, so some filter that used this undocumented method for property access may continue to work, while others will need to be updated and use proper property names.
In pandoc 2.16
It seems recent change in Pandoc have created an issue in Lua filters
We need to fix that, and also do #240 so that we can know in advance when something is breaking.