fix: Use `vim.fn.tolower` to support UTF-8
Should close #5
chore: Don't include last changed in vimdoc
Merge branch 'main' of github.com:hedyhli/markdown-toc.nvim
fix: Correct indentation regardless of minimum heading level
Closes #4
Merge branch 'main' of github.com:hedyhli/markdown-toc.nvim
Merge pull request #2 from aileot/fix-strip-embedded-links
fix(name): strip embedded links in TOC
fix(name): strip embedded links in TOC
Merge branch 'main' of github.com:hedyhli/markdown-toc.nvim
refactor: Add types and remove unused test function
Merge branch 'main' of github.com:hedyhli/markdown-toc.nvim
feat: Allow setting custom heading pattern
docs: Add note about editing fence text