aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine
AgeCommit message (Expand)Author
2024-05-04Lua: fix generated docs.Albert Krewinkel
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-16Lua: add new module `pandoc.image`Albert Krewinkel
2024-04-07Bump pandoc-lua-engine to 0.2.1.4.pandoc-lua-engine-0.2.1.4John MacFarlane
2024-03-29Require pandoc-lua-marshal 0.2.6Albert Krewinkel
2024-02-20Lua: avoid crashing when an error message is not valid UTF-8Albert Krewinkel
2024-02-14Allow containers 0.7.John MacFarlane
2024-02-14Bump pandoc-server to 0.1.0.5 and allow containsers 0.7John MacFarlane
2024-02-03Shared: `makeSections` behavior changes.John MacFarlane
2024-01-30Update lua tests for change to toTOCTree.John MacFarlane
2024-01-29Lua: catch encoding error in `pandoc.read`Albert Krewinkel
2024-01-20Custom writers: fix handling of common stateAlbert Krewinkel
2023-09-27Lua: Use the newest LPeg version (lpeg-1.1.*)Albert Krewinkel
2023-09-01pandoc-lua-engine: bump lower bound for pandoc.John MacFarlane
2023-08-31pandoc-lua-engine: bump to 0.2.1.2pandoc-lua-engine-0.2.1.2John MacFarlane
2023-08-31pandoc-lua-engine; allow text 2.1.John MacFarlane
2023-08-06Bump pandoc-lua-engine version to 0.2.1.1pandoc-server-0.1.0.2pandoc-lua-engine-0.2.1.13.1.6.1John MacFarlane
2023-08-06Bump dates, update dependencies.John MacFarlane
2023-06-24Bump pandoc-lua-engine to 0.2.1.pandoc-lua-engine-0.2.1John MacFarlane
2023-06-22Lua: report warnings from Lua scriptsAlbert Krewinkel
2023-06-09Bump pandoc-lua-engine to 0.2.0.1.pandoc-lua-engine-0.2.0.1John MacFarlane
2023-06-09Include lua/module/sample.svg in hackage tarballFelix Yan
2023-04-16Lua: fix value of PANDOC_SCRIPT_FILE for custom readers & writersAlbert Krewinkel
2023-03-27Bump pandoc-lua-engine to 0.2, depend on latest pandocJohn MacFarlane
2023-03-21Lua: Fix typo in pandoc.cli doc string.Albert Krewinkel
2023-03-20T.P.Format: add new function `formatFromFilePaths` [API Change] (#8710)Albert Krewinkel
2023-03-20Lua: add Windows-specific note to pandoc.cli.repl docsAlbert Krewinkel
2023-03-20lua-filters: auto-generate docs for `pandoc.system` module.Albert Krewinkel
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-20lua-filters.md: Generate docs for pandoc.utilsAlbert Krewinkel
2023-03-19lua-filters.md: auto-generate docs for more modulesAlbert Krewinkel
2023-03-19Lua tests: add more tests for pandoc.mediabag.Albert Krewinkel
2023-03-19Lua: add info on when functions became available in pandocAlbert Krewinkel
2023-03-19lua-filters.md: generate docs from Haskell for pandoc.structureAlbert Krewinkel
2023-03-19lua-filters.md: autogenerate parts of the Lua API docsAlbert Krewinkel
2023-03-18Lua: add pandoc.cli.repl functionAlbert Krewinkel
2023-03-17pandoc-cli: add a Lua REPLAlbert Krewinkel
2023-03-15Lua: keep the Lua stack cleanAlbert Krewinkel
2023-03-13Switch to hslua-2.3Albert Krewinkel
2023-03-12Lua: allow to get the JSON encoding of log messagesAlbert Krewinkel
2023-02-14Lua: add new function pandoc.system.cputime.Albert Krewinkel
2023-02-11Lua: add module `pandoc.json` to handle JSON encodingAlbert Krewinkel
2023-02-11Use latest pandoc-lua-marshal release, version 0.2.1.Albert Krewinkel
2023-02-09Bump pandoc-lua-engine to 0.1.1pandoc-lua-engine-0.1.13.1John MacFarlane
2023-02-09pandoc-lua-engine: require pandoc >= 3.1.John MacFarlane
2023-02-09Lua: add field `chunk_template` to WriterOptions objects [API change]Albert Krewinkel
2023-02-08pandoc-lua-engine: relax version bound to allow pandoc 3.1.John MacFarlane
2023-01-18Add param to tocToList for numberSections.John MacFarlane
2023-01-18Lua: add function pandoc.format.extensions.Albert Krewinkel