aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2023-02-14Lua: add new function pandoc.system.cputime.Albert Krewinkel
2023-02-12docs/custom-readers.md: Update JSON parsing exampleAlbert 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-02-07Fix typosMartin Joerg
2023-01-28doc/lua-filters.md: document 'Figure' type and constructorAlbert Krewinkel
2023-01-23Fix typoCarlos Scheidegger
2023-01-20fix formatting of link in pandoc-server.mdJames Scott-Brown
2023-01-18Lua: add function pandoc.format.extensions.Albert Krewinkel
2023-01-18doc/custom-reader.md: rewrite BytestringReader paragraphIlona Silverwood
2023-01-17Add FAQ on producing pdf/a.John MacFarlane
2023-01-16Lua: Add function `pandoc.mediabag.write`.Albert Krewinkel
2023-01-15Lua: add module `pandoc.structure`.Albert Krewinkel
2023-01-14Remove Null constructor from docsAlbert Krewinkel
2023-01-12Replace `--epub-chapter-level` with `--split-level`.John MacFarlane
2023-01-11Updated some references to master -> main.John MacFarlane
2023-01-10Add missing backtick in filters.mdR. N. West
2023-01-03Lua: add functions `pandoc.text.toencoding`, `pandoc.text.fromencoding`.Albert Krewinkel
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-12Lua: add pandoc.cli moduleAlbert Krewinkel
2022-12-07Fix a tiny typo in lua-filters.mdTomBen
2022-12-08Shared: change defaultBlocksSeparator to PARAGRAPH SEPARATORAlbert Krewinkel
2022-12-03doc/lua-filters.md: add documentation for pandoc.formatAlbert Krewinkel
2022-11-16Update epub.mdVladimir Alexiev
2022-10-25Lua: rename `reader_extensions`/`writer_extensions` globals...John MacFarlane
2022-10-24Remove sample.lua from data files (#8397)Albert Krewinkel
2022-10-21Lua: add pandoc.scaffolding.Writer (#8377)Albert Krewinkel
2022-10-20Lua: add new module `pandoc.zip`Albert Krewinkel
2022-10-14Lua: Support built-in default templates for custom writersAlbert Krewinkel
2022-10-14doc/custom-writers.md: fix formattingAlbert Krewinkel
2022-10-14doc/custom-writers.md: Rephrase paragraph on format extensions (#8375)Ilona
2022-10-12Lua: add function `pandoc.template.meta_to_context`.Albert Krewinkel
2022-10-12Lua: support extensions in custom readers.Albert Krewinkel
2022-10-11Lua: add function `pandoc.template.apply`Albert Krewinkel
2022-10-10Lua: support extensions in custom writersAlbert Krewinkel
2022-10-10doc/libraries.md: add hslua-cli and the hslua-module-* packagesAlbert Krewinkel
2022-10-10doc/lua-filters.md: deprecate PANDOC_WRITER_OPTIONS in custom writersAlbert Krewinkel
2022-10-10Lua: support custom bytestring readers.Albert 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-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-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-09-26pandoc-lua: support more command line flagsAlbert Krewinkel
2022-09-25doc: use cabal's --package-env more (#8317)Artem Pelenitsyn
2022-09-22Make pandoc behave like a Lua interpreter when called as `pandoc-lua`. (#8311)Albert Krewinkel
2022-08-29PandocServer: return error in JSON object if response is JSON.John MacFarlane