Content deleted Content added
The Mol Man (talk | contribs) No edit summary |
The Mol Man (talk | contribs) No edit summary |
||
Line 45:
end
if not scrollable then▼
▲ toc_string = toc_string..'\n</div></div>'
end▼
if collapsible then
toc_string = toc_string..'</span><div class="NavContent" style="background:White; display:none;">'..
Line 53 ⟶ 52:
'\n----'..
'\n<code style="background:White;"> <b>#</b>'
▲ end
toc_string = toc_string..'<div style="overflow-x:auto; overflow-y:hidden; width:98%;">'
end
-- Add ?from=0 through 9 to the list
Line 96 ⟶ 95:
toc_string = toc_string..'\n</code>\n</div></div></div>'
else
toc_string = toc_string..'\n</span></div></div>'
end
return toc_string
|