mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
docs: removed toc
This commit is contained in:
parent
fc55edc22e
commit
2d6559302e
2 changed files with 1 additions and 18 deletions
|
@ -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("%%", "%%%%")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue