aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2022-01-30Fix identifier in lua-filters doc.John MacFarlane
2022-01-30lua-filters: put all parameters in code font.John MacFarlane
2022-01-25Add metadata file paragraph to Pandoc API doc (#7865)Even Brenden
2022-01-24Fix div position in faqs.John MacFarlane
2022-01-24Fix lua-filters documentation for table column widths.John MacFarlane
2022-01-22epub.doc: Update links to KindleGen (#7846)Benson Muite
2022-01-16Fix pattern syntax in sample readability custom reader.John MacFarlane
2022-01-16Minor edits to new custom reader example.John MacFarlane
2022-01-16doc/custom-readers.lua: add example for "readable HTML."John MacFarlane
2022-01-14Add FAQ on images in ipynb containers.John MacFarlane
2022-01-10doc/jats.md: link JATSMartin Fischer
2022-01-09Docs: document `fancy_lists` in doc/org.md (#7820)Lucas Viana
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-02Lua writer: allow variables to be set via second return value of `Doc`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-23JATS templates: fix affiliation tagging in articleauthoring outputAlbert Krewinkel
2021-12-23JATS templates: add support for article subtitlesAlbert 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-11Custom reader: ensure old Readers continue to workAlbert Krewinkel
2021-12-11Custom reader: pass list of sources instead of concatenated textAlbert 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-12-06custom-writers.md: use filter to include source of example.John MacFarlane
2021-12-02Suggest VSCode as a possible editor in getting-started.md.John MacFarlane
2021-11-29Lua: remove `pandoc.utils.text` (#7720)Albert Krewinkel
2021-11-29fix typo in custom-readers.md (#7722)Mauro Bieg
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-23Simplify sample ris reader in doc/custom-readers.md.John MacFarlane
2021-11-23Lua: add function `pandoc.utils.text` (#7710)Albert Krewinkel
2021-11-22Add an example to custom-readers.md.John MacFarlane