aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/test/lua/module
AgeCommit message (Expand)Author
2026-01-02Lua: add function `pandoc.with_state`Albert Krewinkel
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-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-19Lua: add `normalize` function to *Pandoc* objectsAlbert Krewinkel
2025-05-28Lua: add function `pandoc.mediabag.make_data_uri`.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: support more elements as input to `pandoc.utils.stringify`.Albert Krewinkel
2024-10-14Lua: Remove prefixes from Lua type namesAlbert Krewinkel
2024-06-08Lua: add function `pandoc.template.get`.Albert Krewinkel
2024-06-08Lua: keep CommonState object in the registryAlbert Krewinkel
2024-06-08Lua: add tests for PANDOC_STATE globalAlbert Krewinkel
2024-06-07Lua: allow passing an environment to `run_lua_filter`.Albert Krewinkel
2024-06-01Lua: Set `pandoc.List` as default metatable for JSON listsAlbert Krewinkel
2024-05-10Lua: add a `pandoc.log` module.Albert Krewinkel
2024-04-16Lua: add new module `pandoc.image`Albert Krewinkel
2024-02-03Shared: `makeSections` behavior changes.John MacFarlane
2024-01-30Update lua tests for change to toTOCTree.John MacFarlane
2023-03-20Lua: fix json.encode for nested AST elements.Albert Krewinkel
2023-03-20Lua: load text module as `pandoc.text`.Albert Krewinkel
2023-03-19Lua tests: add more tests for pandoc.mediabag.Albert Krewinkel
2023-02-11Lua: add module `pandoc.json` to handle JSON encodingAlbert 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-15T.P.Chunks changes.John MacFarlane
2023-01-15Lua: add module `pandoc.structure`.Albert Krewinkel
2023-01-13Update pandoc-lua-engine test: test for Figure, not Null.John MacFarlane
2023-01-12Replace `--epub-chapter-level` with `--split-level`.John MacFarlane
2022-12-20Shared: use LineBreak as default block sep in blocksToInlinesAlbert Krewinkel
2022-12-16Lua: allow table structure as format spec.Albert Krewinkel
2022-12-08Shared: change defaultBlocksSeparator to PARAGRAPH SEPARATORAlbert Krewinkel
2022-10-27Fix test for template marshaling.Albert Krewinkel
2022-10-27Lua: allow strings in place of compiled templates.Albert Krewinkel
2022-10-11Lua: add function `pandoc.template.apply`Albert Krewinkel
2022-10-08[API Change] Add new module "Text.Pandoc.Format"Albert Krewinkel
2022-10-05Lua: fix tests on Windows broken in previous commit.Albert Krewinkel
2022-10-05Lua: produce more informative error messages for pandoc errorsAlbert Krewinkel
2022-10-04Lua: add new module `pandoc.format`.Albert Krewinkel
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel