pandoc/doc
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
..
customizing-pandoc.md Fix broken links in documents (#5473) 2019-05-01 20:09:36 -04:00
epub.md Fix broken links in documents (#5473) 2019-05-01 20:09:36 -04:00
filters.md Fix broken links in documents (#5473) 2019-05-01 20:09:36 -04:00
getting-started.md Fix broken links in documents (#5473) 2019-05-01 20:09:36 -04:00
lua-filters.md Lua: add pandoc.system module (#5468) 2019-05-04 01:06:30 -04:00
org.md doc/org.md: improve documentation of org features 2018-12-29 15:20:44 +01:00
using-the-pandoc-api.md Fix broken links in documents (#5473) 2019-05-01 20:09:36 -04:00