pandoc/data
Albert Krewinkel 786594b23b Lua: add pandoc.system module (#5468)
The `system` Lua module provides utility functions to interact with the
operating- and file system. E.g.

    print(pandoc.system.get_current_directory())

or

    pandoc.system.with_temporary_directory('tikz', function (dir)
      -- write and compile a TikZ file with pdflatex
    end)
2019-05-04 01:06:30 -04:00
..
docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
dzslides Updated dzslides template. 2015-07-13 22:46:49 -07:00
odt [odt] Infer table's caption from the paragraph (#3224) 2016-11-26 21:45:56 +01:00
pptx PowerPoint writer: expand builtin reference doc to model all layouts 2019-04-05 08:50:39 -04:00
templates Remove reference to head.min.js (#5448) 2019-05-01 19:08:12 -04:00
translations Translations: reorder alphabetically (#5335) 2019-02-27 11:11:50 -07:00
abbreviations Additional abbreviations 2018-11-20 15:42:24 -05:00
bash_completion.tpl Add tectonic as an option for --pdf-engine. (#5346) 2019-03-07 10:16:40 -07:00
epub.css EPUB writer: small fixes to nav.xhtml. 2019-01-02 11:24:53 -08:00
init.lua Lua filters: load module pandoc before calling init.lua (#5287) 2019-02-09 13:56:49 -08:00
jats.csl Update data/jats.csl to avoid commas between name-part elements. 2019-03-28 21:21:05 -07:00
make-reference-files.hs make-reference-files: use proper path separators for Windows. 2015-05-28 09:59:08 -07:00
pandoc.List.lua Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
pandoc.lua Lua: add pandoc.system module (#5468) 2019-05-04 01:06:30 -04:00
sample.lua sample.lua: Add a missing '>' 2019-01-16 12:34:17 +01:00
vimwiki.css Added Vimwiki reader (#3705). 2017-06-19 22:15:12 +02:00