aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal
AgeCommit message (Expand)Author
2026-01-02Lua: add function `pandoc.with_state`Albert Krewinkel
2026-01-02Lua: support equallity checks of LogMessage objectsAlbert Krewinkel
2025-09-02Refactor highlighting options [API Change]Albert Krewinkel
2025-08-01Lua: use proper interface functions to access the CommonState.Albert Krewinkel
2024-10-14Lua: Remove prefixes from Lua type namesAlbert Krewinkel
2024-09-22Add support for list of figures (lof) and list of tables (lot) (#10029)Akash Patel
2024-09-08pandoc-lua-engine: marshall list_tables, epub_title_page writer options.John MacFarlane
2024-09-08Finishing touches on `--link-images`:John MacFarlane
2024-09-08Include accessors for new writer optionsJohn MacFarlane
2024-07-08Harmonize maintainer email addresses in module headers.Albert Krewinkel
2024-06-08Update more copyright dates to 2024.Albert Krewinkel
2024-05-10Lua: add a `pandoc.log` module.Albert Krewinkel
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-16Lua: add new module `pandoc.image`Albert Krewinkel
2024-02-20Lua: avoid crashing when an error message is not valid UTF-8Albert Krewinkel
2023-03-12Lua: allow to get the JSON encoding of log messagesAlbert Krewinkel
2023-02-09Lua: add field `chunk_template` to WriterOptions objects [API change]Albert Krewinkel
2023-01-18Lua: add function pandoc.format.extensions.Albert Krewinkel
2023-01-15Lua: add module `pandoc.structure`.Albert Krewinkel
2023-01-12Replace `--epub-chapter-level` with `--split-level`.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-12-16Lua: allow table structure as format spec.Albert Krewinkel
2022-10-30hlint suggestions.John MacFarlane
2022-10-27Lua: allow strings in place of compiled templates.Albert Krewinkel
2022-10-20Add custom extensions.John MacFarlane
2022-10-16Lua: fix rendering of Lua errors in LuaAlbert Krewinkel
2022-10-16Lua: fix peeker for PandocError.Albert Krewinkel
2022-10-12Lua: add function `pandoc.template.meta_to_context`.Albert Krewinkel
2022-10-12Lua: allow Doc values in `WriterOptions.variables`.Albert Krewinkel
2022-10-11Lua: add function `pandoc.template.apply`Albert Krewinkel
2022-10-10Lua: support extensions in custom writersAlbert Krewinkel
2022-10-05Lua: produce more informative error messages for pandoc errorsAlbert Krewinkel
2022-10-04Lua: ensure that extensions marshaling is consistent.Albert Krewinkel
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel