plugin/breadcrumb.lua

Sun, 19 Jul 2020 11:12:54 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sun, 19 Jul 2020 11:12:54 -0500
changeset 32
cef0a28afae0
parent 26
77cd7b8fb6a6
child 42
260f867d46c0
permissions
-rwxr-xr-x

Replace local links to .md by corresponding .html on build (markdown-it only).


--@module plugin.breadcrumb

local plugin_breadcrumb={}

local path=require("mypath")

function plugin_breadcrumb.trail(env)
    return "(TODO)"
end

return plugin_breadcrumb

mercurial