| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-23 | Update Lua function names in pandoc.system | niszet | |
| Fixed function names of pandoc.system.get_working_directory() and pandoc.system.with_temporary_directory() which are written in the manual of lua filter. | |||
| 2019-05-04 | Lua: add `pandoc.system` module (#5468) | Albert Krewinkel | |
| 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) | |||
