docs: removed toc

This commit is contained in:
Folke Lemaitre 2022-12-17 09:59:29 +01:00
parent fc55edc22e
commit 2d6559302e
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 1 additions and 18 deletions

View file

@ -48,7 +48,7 @@ end
---@param contents table<string, string>
function M.save(contents)
local readme = Util.read_file("README.md")
contents.toc = M.toc(readme)
-- contents.toc = M.toc(readme)
for tag, content in pairs(contents) do
content = M.fix_indent(content)
content = content:gsub("%%", "%%%%")