I frequently update README.md and want to use markdown-toc for table of contents generation
However each time when I run markdown-toc -h 3 -t github README.md is fails with [WARNING]: README.md already has a Table of Contents, Ignoring...
I there a way to run markdown-toc in mode (force?) when it overwrites existing table of contents in the same file?
I frequently update README.md and want to use
markdown-tocfor table of contents generationHowever each time when I run
markdown-toc -h 3 -t github README.mdis fails with[WARNING]: README.md already has a Table of Contents, Ignoring...I there a way to run
markdown-tocin mode (force?) when it overwrites existing table of contents in the same file?