aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/test/lua/module/sample.epub
AgeCommit message (Collapse)Author
2025-05-13Lua: support sandboxed parsing with `pandoc.read`.Albert Krewinkel
The function `pandoc.read` is now taking an optional fourth parameter that specifies the environment in which the parser will be run. Passing the string `sandbox` as the argument causes the reader to run in a sandbox, thereby preventing all access to the network and file system. Closes: #10831