summaryrefslogtreecommitdiff
path: root/doc/lua-filters.md
AgeCommit message (Expand)Author
2022-07-12Lua: add fields `pandoc.readers` and `pandoc.writers`. (#8177)Albert Krewinkel
2022-06-16doc/lua-filters.html: add list of common pitfallsAlbert Krewinkel
2022-06-14add `--embed-resources` flag (#8121)Elliot Bobrow
2022-06-14Make clear that walk performs a deep copy (#8124)Bastien Dumont
2022-06-06Lua: add function pandoc.mediabag.fill (#8104)Albert Krewinkel
2022-03-30Lua: allow to pass Sources to pandoc.read (#8002)Albert Krewinkel
2022-03-23doc/lua-filters.md: Fix typo (#7981)Mario Lang
2022-02-07Lua docs: fix typos, missing linksAlbert Krewinkel
2022-02-06Lua: add module `pandoc.layout` to format and layout textAlbert Krewinkel
2022-02-06docs/lua-filters.md: revert changes made in 31693674758Albert Krewinkel
2022-02-05Lua docs: allow to auto-generate Lua module documentationsAlbert Krewinkel
2022-01-30Fix identifier in lua-filters doc.John MacFarlane
2022-01-30lua-filters: put all parameters in code font.John MacFarlane
2022-01-24Fix lua-filters documentation for table column widths.John MacFarlane
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