aboutsummaryrefslogtreecommitdiff
path: root/doc/lua-filters.md
AgeCommit message (Expand)Author
2025-05-13Lua: support sandboxed parsing with `pandoc.read`.Albert Krewinkel
2025-02-24doc/lua-filters.md: Add missing html_math_method 'katex'R. N. West
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-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-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-21Lua: support character styling via `pandoc.layout`Albert Krewinkel
2024-09-21Lua: update List moduleAlbert Krewinkel
2024-07-08lua-filters.md: Partially autogenerate docs for module "pandoc"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-07doc/lua-filters: autogenerate docs for module pandoc.templateAlbert Krewinkel
2024-06-07Lua: allow passing an environment to `run_lua_filter`.Albert Krewinkel
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-10Lua: add a `pandoc.log` module.Albert Krewinkel
2024-05-05Lua: use hslua-module-zip-1.1.3 to fix the windows buildAlbert Krewinkel
2024-05-05Lua: use newest zip module.Albert Krewinkel
2024-05-05Lua: improve `pandoc.json.decode` docs.Albert Krewinkel
2024-05-04tools/update-lua-module-docs.lua: cleanup, fix codeAlbert Krewinkel
2024-05-04Lua: fix generated docs.Albert Krewinkel
2024-04-16Lua: add new module `pandoc.image`Albert Krewinkel
2024-03-27Update lua-filters.md (#9611)Carlos Scheidegger
2024-03-15Typos: remove repeated words (#9577)standstaff
2023-08-25Lua filters documentation: remove reference to phrenology.John MacFarlane
2023-05-17doc/lua-filters: use full field name in example (#8857)Matt Dodson
2023-04-20doc/lua-filters.md: fix copy-and-paste error (#8798)thron7
2023-04-05doc/lua-filters.md: fix wrong anchorToni Dietze
2023-03-30doc/lua-filter.md: Fix typos. (#8734)perro tuerto
2023-03-20T.P.Format: add new function `formatFromFilePaths` [API Change] (#8710)Albert Krewinkel
2023-03-20lua-filters: auto-generate docs for `pandoc.system` module.Albert Krewinkel
2023-03-20lua-filters: auto-generate docs for `pandoc.text` module.Albert Krewinkel
2023-03-20Lua: load text module as `pandoc.text`.Albert Krewinkel
2023-03-20lua-filters: Move docs from module `text` to `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: 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-10doc/lua-filters.md: improve docs for `pandoc.zip`.Albert Krewinkel
2023-02-18Doc: fix typo in run_json_filterMorgan Willcock