config.lua

Wed, 31 Jan 2018 19:51:10 +0000

author
Tuomo Valkonen <tuomov@iki.fi>
date
Wed, 31 Jan 2018 19:51:10 +0000
changeset 15
82d254b8f01e
parent 7
038275cd92ed
permissions
-rw-r--r--

added markdown: true/false meta-tag


--@module config

local config={}

config.dirsep = "/"
config.meta_marker = "^---%s*$"
config.debug=true

return config

mercurial