aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine
AgeCommit message (Expand)Author
2025-12-01pandoc-lua-engine: bump to 0.5.0.2.John MacFarlane
2025-11-30pandoc-lua-engine: allow citeproc 0.12.John MacFarlane
2025-11-19Lua: preserve common state of custom Lua readersAlbert Krewinkel
2025-10-20Bump pandoc-lua-engine to 0.5.0.1John MacFarlane
2025-10-19pandoc-lua-engine: allow citeproc 0.11.John MacFarlane
2025-09-06Bump pandoc-lua-engine to 0.5.John MacFarlane
2025-09-06pandoc-lua-engine: change pandoc dependency bounds.John MacFarlane
2025-09-04Bump version bound for citeproc in pandoc-lua-engine.John MacFarlane
2025-09-02Refactor highlighting options [API Change]Albert Krewinkel
2025-08-12Lua: add function `pandoc.structure.unique_identifier`.Albert Krewinkel
2025-08-12Lua: add functions `pandoc.text.superscript` and `subscript`.Albert Krewinkel
2025-08-09Lua: require hslua-module-system 1.2.3Albert Krewinkel
2025-08-06Add `smart_quotes` and `special_strings` extensions for OrgAlbert Krewinkel
2025-08-01Lua: use proper interface functions to access the CommonState.Albert Krewinkel
2025-07-23Lua: add function `pandoc.path.exists`.Albert Krewinkel
2025-07-19Lua: add `normalize` function to *Pandoc* objectsAlbert Krewinkel
2025-06-30Lua: add more UTF-8-aware file operations to `pandoc.system`.Albert Krewinkel
2025-06-25pandoc-lua-engine: Allow hslua-2.4.0 in the testsAlbert Krewinkel
2025-06-23pandoc-lua-engine: Allow hslua-2.4.Albert Krewinkel
2025-05-28Bump pandoc-lua-engine to 0.4.3.John MacFarlane
2025-05-28doc/lua-filters.md: add missing docs for `pandoc.Caption`Albert Krewinkel
2025-05-28Lua: add function `pandoc.mediabag.make_data_uri`.Albert Krewinkel
2025-05-14pandoc-lua-engine: bump to 0.4.2, bump pandoc bounds.John MacFarlane
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-13pandoc-lua-engine: add all test files to the cabal fileAlbert Krewinkel
2025-05-13Lua: support sandboxed parsing with `pandoc.read`.Albert Krewinkel
2025-05-12Use citeproc-0.9. Bump citeproc bounds for pandoc, pandoc-lua-engine.John MacFarlane
2025-03-16pandoc-lua-engine to 0.4.1.1, allow latest containersJohn MacFarlane
2024-12-23pandoc-lua-engine: bump to 0.4.1.John MacFarlane
2024-12-10Lua: support more elements as input to `pandoc.utils.stringify`.Albert Krewinkel
2024-12-10Lua: add `Caption` constructor to `pandoc` module.Albert Krewinkel
2024-12-07Depend on typst 0.6.1John MacFarlane
2024-12-07Depend on released pandoc-lua-marshal 0.3.0.John MacFarlane
2024-12-07Bump pandoc-lua-engine to 0.4 and depend on it in pandoc-cli.John MacFarlane
2024-11-06Fix typos (#10349)Andreas Deininger
2024-10-28Bump upper bound for data-default.John MacFarlane
2024-10-14Lua: Remove prefixes from Lua type namesAlbert Krewinkel
2024-10-05Depend on latest pandoc-lua-marshall.John MacFarlane
2024-10-05Bump pandoc-lua-engine to 0.3.3.John MacFarlane
2024-10-01doc/lua-filters.md: list functions in `pandoc.utils` alphabeticallyAlbert Krewinkel
2024-10-01Lua: allow returning a single filter from filter filesAlbert Krewinkel
2024-09-29Stop depending on package SHAAlbert Krewinkel
2024-09-22Add support for list of figures (lof) and list of tables (lot) (#10029)Akash Patel
2024-09-21Lua: support character styling via `pandoc.layout`Albert Krewinkel
2024-09-21Lua: update List moduleAlbert Krewinkel
2024-09-09Bump pandoc-lua-engine to 0.3.2.John MacFarlane
2024-09-09Depend on doclayout 0.5.John MacFarlane
2024-09-08pandoc-lua-engine: marshall list_tables, epub_title_page writer options.John MacFarlane
2024-09-08Finishing touches on `--link-images`:John MacFarlane