aboutsummaryrefslogtreecommitdiff
path: root/test/lua/module/pandoc-path.lua
AgeCommit message (Collapse)AuthorFilesLines
2021-02-02Lua: add module "pandoc.path"Albert Krewinkel1-0/+17
The module allows to work with file paths in a convenient and platform-independent manner. Closes: #6001 Closes: #6565