aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/WriterOptions.hs
AgeCommit message (Expand)Author
2025-09-02Refactor highlighting options [API Change]Albert 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-04-25Update copyright dates to 2024.John MacFarlane
2023-02-09Lua: add field `chunk_template` to WriterOptions objects [API change]Albert Krewinkel
2023-01-12Replace `--epub-chapter-level` with `--split-level`.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-27Lua: allow strings in place of compiled templates.Albert Krewinkel
2022-10-12Lua: allow Doc values in `WriterOptions.variables`.Albert Krewinkel
2022-10-10Lua: support extensions in custom writersAlbert 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