aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2025-07-29docs: Don't encourage returning tables of filters from Lua filters (#11000)R. N. West (Nat)
2025-07-26New `xml` format exactly representing a Pandoc AST.massifrg
2025-07-23Lua: add function `pandoc.path.exists`.Albert Krewinkel
2025-07-19Lua: add `normalize` function to *Pandoc* objectsAlbert Krewinkel
2025-07-10doc/lua-filters.md: Add example on using pandoc.Table constructor. (#10956)Sean Soon
2025-06-30Lua: add more UTF-8-aware file operations to `pandoc.system`.Albert Krewinkel
2025-06-23doc/lua-filters: fix docs for `pandoc.Cite`.Albert Krewinkel
2025-06-16doc/extras.md: Fix link to pandoc-modeErik Post
2025-05-28doc/lua-filters.md: add missing docs for `pandoc.Caption`Albert Krewinkel
2025-05-28doc/lua-filters.md: Re-generate docsAlbert 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
2025-05-07Mention in the docs, that typst:no-figure is a class, not an attribute (#10826)Niklas Eicker
2025-02-24doc/lua-filters.md: Add missing html_math_method 'katex'R. N. West
2025-02-05Add CRediT roles to JATSCharles Tapley Hoyt
2025-02-04doc/lua-filters: add note about extensions handling in read and writeAlbert Krewinkel
2025-01-31doc/lua-filters.md: Correct luacheck URL (#10589)R. N. West (Nat)
2025-01-30doc/extras.md: Add entry for pandoc-subfigsR. N. West
2025-01-30doc/extras.md: Update diagram Lua filter URL (and description)R. N. West
2025-01-29doc/lua-filters.md: Add static analysis paragraph to debugging section (#10568)R. N. West (Nat)
2025-01-11lua-filters.md: document system.os return values.John MacFarlane
2024-12-10doc/lua-filters.md: Fix links to constructors.Albert Krewinkel
2024-11-06Fix typos (#10349)Andreas Deininger
2024-10-23doc/libraries.md: Sort list alphabeticallyAlbert Krewinkel
2024-10-23doc/libraries.md: Add newly developed Haskell packagesAlbert Krewinkel
2024-10-14doc/lua-filters.md: document `pandoc.List:iter` methodAlbert Krewinkel
2024-10-01doc/lua-filters.md: list functions in `pandoc.utils` alphabeticallyAlbert Krewinkel
2024-10-01Lua: allow returning a single filter from filter filesAlbert Krewinkel
2024-09-22Add support for list of figures (lof) and list of tables (lot) (#10029)Akash Patel
2024-09-21Lua: support character styling via `pandoc.layout`Albert Krewinkel
2024-09-21Lua: update List moduleAlbert Krewinkel
2024-09-20JATS template: support `floats-group`Albert Krewinkel
2024-07-28Update FAQ for converting a directory of files in Windows.John MacFarlane
2024-07-08lua-filters.md: Partially autogenerate docs for module "pandoc"Albert Krewinkel
2024-06-18doc/custom-writers.md: document the separator arg of `Writer.Blocks`Albert Krewinkel
2024-06-11doc/lua-filters.md: Fix outdated docsAlbert Krewinkel
2024-06-10doc/lua-filters.md: correct return type of `pandoc.layout.render`.Albert Krewinkel
2024-06-10doc/lua-filters.md: Document operators of the "Doc" type.Albert Krewinkel
2024-06-09lua-filters: auto-generate docs for `pandoc.layout` module.Albert Krewinkel
2024-06-08Lua: add function `pandoc.template.get`.Albert Krewinkel
2024-06-08Update more copyright dates to 2024.Albert Krewinkel
2024-06-07doc/lua-filters: autogenerate docs for module pandoc.templateAlbert Krewinkel
2024-06-07Lua: allow passing an environment to `run_lua_filter`.Albert Krewinkel
2024-06-03typst,table - support '.typst:no-figure' and 'typst:figure:kind=kind' (#9778)Carlos Scheidegger
2024-06-03Support `supplementary-material` in metadata for `jats_articlepublishing`.John MacFarlane
2024-05-28Lua: fix typo in `run_lua_filter`Albert Krewinkel
2024-05-27Lua: add function `pandoc.utils.run_lua_filter` (#9803)Albert Krewinkel
2024-05-24doc/custom-writers.md: fix usage of Template in exampleAlbert Krewinkel