plugin/breadcrumb.lua@6e3c3dd86b2f
plugin/breadcrumb.lua
Sun, 06 Sep 2020 22:29:08 +0300
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Sun, 06 Sep 2020 22:29:08 +0300
- changeset 36
- 6e3c3dd86b2f
- parent 26
-
77cd7b8fb6a6
- child 42
-
260f867d46c0
- permissions
- -rwxr-xr-x
enable markdown-it-checkbox
--@module plugin.breadcrumb
local plugin_breadcrumb={}
local path=require("mypath")
function plugin_breadcrumb.trail(env)
return "(TODO)"
end
return plugin_breadcrumb