aboutsummaryrefslogtreecommitdiff
path: root/doc/lua-filters.md
AgeCommit message (Expand)Author
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-10-21Lua: add pandoc.scaffolding.Writer (#8377)Albert Krewinkel
2022-10-20Lua: add new module `pandoc.zip`Albert Krewinkel
2022-10-12Lua: add function `pandoc.template.meta_to_context`.Albert Krewinkel
2022-10-11Lua: add function `pandoc.template.apply`Albert Krewinkel
2022-10-10doc/lua-filters.md: deprecate PANDOC_WRITER_OPTIONS in custom writersAlbert 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-08-21Fix typosluz paz
2022-08-13Lua: add function `pandoc.utils.citeproc`Albert Krewinkel
2022-07-15Lua: extend pandoc.system module. (#8184)Albert Krewinkel
2022-07-15lua-filters.md: Add link to @wlupton's logging.lua.John MacFarlane
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