aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-09CI: build and test all componentsAlbert Krewinkel
2022-10-09doc/lua-filters.md: fix typosAlbert Krewinkel
2022-10-08Update Lua filter doc: modify Zerobrane instructions to use Lua 5.4 (#8353)Ian Max Andolina
2022-10-08[API Change] Change argument type of `getReader`, `getWriter`.Albert Krewinkel
2022-10-08[API Change] Add new module "Text.Pandoc.Format"Albert Krewinkel
2022-10-08[API Change] T.P.Error: Add new constructor "PandocFormatError"Albert Krewinkel
2022-10-08Extensions: add new function `readExtension`Albert Krewinkel
2022-10-08Update texmath version in stack.yaml.John MacFarlane
2022-10-08Use texmath 0.12.5.4.John MacFarlane
2022-10-06LaTeX writer: add separator line between table's body and its foot.Albert Krewinkel
2022-10-06latex template: set fonts after Beamer themeJeremie Knuesel
2022-10-06Lua: cleanup module dependenciesAlbert Krewinkel
2022-10-05Require citeproc >= 0.8.0.2.John MacFarlane
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-05HTML writer: replace deprecated aria roles for bibliography entries.John MacFarlane
2022-10-05Tweaked RELEASE-CHECKLIST.John MacFarlane
2022-10-05Extensions: fix JSON decoding of ExtensionsAlbert Krewinkel
2022-10-04Add authors target to Makefile.John MacFarlane
2022-10-04Improve 'make prerelease' (formerly check).John MacFarlane
2022-10-04Makefile: Improve checkdocs.John MacFarlane
2022-10-04Removed some final blank lines.John MacFarlane
2022-10-04Extend check-cabal to check all packagesJohn MacFarlane
2022-10-04Fix rc build for Windows.John MacFarlane
2022-10-04Add pandoc-lua.1 man page.John MacFarlane
2022-10-04More build-arm.sh fixes.John MacFarlane
2022-10-04Fix typo in build-arm.sh.John MacFarlane
2022-10-04Lua: add new module `pandoc.format`.Albert Krewinkel
2022-10-04moduledeps.lua: avoid duplicates when multiple ROOTs.John MacFarlane
2022-10-04Better 'make moduledeps' target.John MacFarlane
2022-10-04Makefile: add modules.csv target.John MacFarlane
2022-10-04Lua: ensure that extensions marshaling is consistent.Albert Krewinkel
2022-10-03Rename T.P.Readers.LaTeX.Types -> T.P.TeX.John MacFarlane
2022-10-03Rename T.P.Network.HTTP -> T.P.URI.John MacFarlane
2022-10-03Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)John MacFarlane
2022-10-03doc/lua-filters.md: fix documentation of PANDOC_WRITER_OPTIONS.Albert Krewinkel
2022-10-03doc/lua-filters.md: document pandoc.write_classic.Albert Krewinkel
2022-10-03Add test for custom bytestring writersAlbert Krewinkel
2022-10-03Remove unused lua53 flag.John MacFarlane
2022-10-03[API Change] Support bytestring custom writers.Albert Krewinkel
2022-10-03Lua: deprecate classic custom writers.Albert Krewinkel
2022-10-03[API Change] Base custom writers on Writer type.Albert Krewinkel
2022-10-03Lua: add function `pandoc.write_classic`.Albert Krewinkel
2022-10-03Lua: Support running Lua with a GC-collected Lua state.Albert Krewinkel
2022-10-03Remove support for Lua 5.3.Albert Krewinkel
2022-10-02MANUAL.txt: update grid table documentation.John MacFarlane
2022-10-02Officially deprecate writeJATS...John MacFarlane
2022-10-02Add T.P.Citeproc.Name.John MacFarlane
2022-10-02Fix `nightly` flag for macos nightly build.John MacFarlane
2022-10-01Make modules.dot target more robust.John MacFarlane