aboutsummaryrefslogtreecommitdiff
path: root/doc/lua-filters.md
AgeCommit message (Expand)Author
2022-01-07Further improvements to doc/lua-filters.md.John MacFarlane
2022-01-07lua-filters.doc: use header attributes, not spans.John MacFarlane
2022-01-07lua-filters.doc: use headings instead of nested def lists.John MacFarlane
2022-01-04Lua: add `pandoc.template` moduleAlbert Krewinkel
2022-01-04Lua: marshal templates as opaque userdata valuesAlbert Krewinkel
2022-01-04Lua: add `pandoc.WriterOptions` constructorAlbert Krewinkel
2022-01-04Lua: add function `pandoc.write`Albert Krewinkel
2022-01-02doc/lua-filters.md: fix and improve documentationAlbert Krewinkel
2022-01-02Lua writer: provide global `PANDOC_WRITER_OPTIONS`Albert Krewinkel
2022-01-01Lua: provide global `PANDOC_WRITER_OPTIONS` [API change]Albert Krewinkel
2022-01-01Lua: marshal ReaderOptions field `extensions`, `track_changes` via JSONAlbert Krewinkel
2021-12-31Lua: use global state when parsing documents in `pandoc.read`Albert Krewinkel
2021-12-28doc/lua-filters.md: improve documentation of `make_sections`Albert Krewinkel
2021-12-23Lua: use released pandoc-lua-marshal-0.1.3.Albert Krewinkel
2021-12-21Lua: simplify and deprecate function `pandoc.utils.equals`Albert Krewinkel
2021-12-21Lua: add new library function `pandoc.utils.type`.Albert Krewinkel
2021-12-19doc/lua-filters: numbers are now accepted as MetaValueAlbert Krewinkel
2021-12-19Lua: change representation of TableHead, TableFoot, and Row values.Albert Krewinkel
2021-12-17Lua: add function `pandoc.utils.references`Albert Krewinkel
2021-12-14doc/lua-filters.md: add docs for `Cell` constructorAlbert Krewinkel
2021-12-13doc/lua-filters.md: update description of walk methods, fix typosAlbert Krewinkel
2021-12-13Lua: support topdown traversalsAlbert Krewinkel
2021-12-10Switch to released pandoc-lua-marshal-0.1.2Albert Krewinkel
2021-12-09Lua: update to latest pandoc-lua-marshal (0.1.1)Albert Krewinkel
2021-11-29Lua: remove `pandoc.utils.text` (#7720)Albert Krewinkel
2021-11-28doc/lua-filters.md: update docs on Blocks, Inlines, MetaValueAlbert Krewinkel
2021-11-28Lua: add constructors `pandoc.Blocks` and `pandoc.Inlines`Albert Krewinkel
2021-11-23Lua: add function `pandoc.utils.text` (#7710)Albert Krewinkel
2021-11-17Lua: set `lpeg`, `re` as globals; allow shared lib access via requireAlbert Krewinkel
2021-11-11Lua: load `re` module available into global of the same nameAlbert Krewinkel
2021-11-06Lua: allow to pass custom reader options to `pandoc.read`Albert Krewinkel
2021-11-05doc/lua-filters.md: add section on global modules, including lpegAlbert Krewinkel
2021-09-04Rephrase pandoc.path docs (#7548)Quinn
2021-09-04Improve order of Image fieldsQuinn
2021-09-04Add missing type for Image titleQuinn
2021-08-30Do not leak working directory in TikZ filterJeroen de Haas
2021-03-28Fixed typo #7159TatianaPorras
2021-03-28Fixed "The this" typo in lua-filters.mdTatianaPorras
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B
2021-02-04doc/lua-filters.md: improve docs for `pandoc.mediabag.insert`Albert Krewinkel
2021-02-04doc/lua-filters.md: fix, improve docs for `pandoc.mediabag.fetch`Albert Krewinkel
2021-02-02Improve docs for directory, normalizeAlbert Krewinkel
2021-02-02Lua: add module "pandoc.path"Albert Krewinkel
2020-12-14typoIan Sullivan
2020-11-01Fix code example in lua-filters.md.John MacFarlane
2020-10-12doc/lua-filters.md: fix typosAlbert Krewinkel
2020-10-11doc/lua-filters.md: describe parameters to `pandoc.pipe`Albert Krewinkel
2020-10-08Add info on how to debug Lua filters (#6732)Ian Max Andolina
2020-10-04doc/lua-filters.md: document Underline type and constructorAlbert Krewinkel
2020-09-20Lua filters: add SimpleTable for backwards compatibility (#6575)Albert Krewinkel