Content deleted Content added
example |
sync |
||
Line 4:
local p = {}
local function makeSectionLink(page, section, display)
Line 62 ⟶ 44:
if #sections <= 1 then
local linkPage = page or ''
local section =
local display = '§ ' .. section
if isShowingPage then
Line 85 ⟶ 67:
local ret = {}
for i, section in ipairs(sections) do
ret[i] = makeSectionLink(page,
end
|