aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Pandoc.hs
AgeCommit message (Expand)Author
2026-01-08Lua: switch to HsLua 2.5Albert Krewinkel
2026-01-05Lua: let `pandoc.with_state` error on unknown optionsAlbert Krewinkel
2026-01-02Lua: add function `pandoc.with_state`Albert Krewinkel
2025-12-31Lua: mark readers and writers with their types.Albert Krewinkel
2025-05-28doc/lua-filters.md: add missing docs for `pandoc.Caption`Albert Krewinkel
2025-05-14Lua: accept filename-contents pairs as env for `pandoc.read`Albert Krewinkel
2025-05-14Lua: allow to pass files to the `pandoc.read` sandboxAlbert Krewinkel
2025-05-13Lua: support sandboxed parsing with `pandoc.read`.Albert Krewinkel
2024-12-10Lua: add `Caption` constructor to `pandoc` module.Albert Krewinkel
2024-07-08lua-filters.md: Partially autogenerate docs for module "pandoc"Albert Krewinkel
2024-07-08Harmonize maintainer email addresses in module headers.Albert Krewinkel
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-01-29Lua: catch encoding error in `pandoc.read`Albert Krewinkel
2023-03-13Switch to hslua-2.3Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-12-16Lua: allow table structure as format spec.Albert Krewinkel
2022-10-27Lua: allow strings in place of compiled templates.Albert Krewinkel
2022-10-20T.P.Lua.Module.Pandoc: Remove `pushModule`.John MacFarlane
2022-10-08[API Change] Change argument type of `getReader`, `getWriter`.Albert Krewinkel
2022-10-08[API Change] Add new module "Text.Pandoc.Format"Albert Krewinkel
2022-10-03Lua: add function `pandoc.write_classic`.Albert Krewinkel
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel