Files
pandoc/pandoc-lua-engine
Albert Krewinkel 2cc9defda4 Lua: split Init module into more modules.
The module has grown unwieldy and is therefore split into three internal
Haskell modules, `Init`, `Module`, and `Run`.
2024-06-09 16:10:38 +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.