aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2022-08-02doc/libraries.md: add hslua packages written specifically for pandocAlbert Krewinkel
2022-07-30Add gridtables to doc/libraries.md.John MacFarlane
2022-07-27Fix bug in filter example. Thanks to Jiří Wolker.John MacFarlane
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-07-04Add FAQ on preventing column widths in pipe tables.John MacFarlane
2022-06-30Update filter.md Noto Sans CJK TC -> JP (#8153)Masataka Ogawa
2022-06-24JATS template: mark authors with cor-id as corresponding authorsAlbert 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-06Add press.md (formerly press.txt in website).John MacFarlane
2022-06-06Lua: add function pandoc.mediabag.fill (#8104)Albert Krewinkel
2022-04-04JATS template: allow multiple licenses to be given.Albert Krewinkel
2022-04-02JATS template: allow multiple copyright statements, years, holdersAlbert 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-18Add faq on converting from latex + bibtex.John MacFarlane
2022-02-07Lua docs: fix typos, missing linksAlbert Krewinkel
2022-02-06Remove sample RIS custom reader (since we now have a native one).John MacFarlane
2022-02-06Custom writer: support new-style Writer function.Albert 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-02-03doc/org.md: remove obsolete citations section.John MacFarlane
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