Files
pandoc/pandoc-lua-engine
Albert Krewinkel 6a88abae3d Lua: keep CommonState object in the registry
The state is an internal value and should be treated as such. The
`PANDOC_STATE` global is merely a copy; unsetting the global no longer
breaks the Lua engine.
2024-06-08 14:39:58 +02:00
..

pandoc-lua-engine

This package provides a Lua pandoc scripting engine based. It allows to write filters, custom readers, and custom writers in Lua.