markdown-toc icon indicating copy to clipboard operation
markdown-toc copied to clipboard

`-i` option doesn't work as expected

Open skywinder opened this issue 7 years ago • 1 comments

Steps to reproduce:

markdown-toc -i README.md - produce 0 input, readme file doesn't change.

I thought it syntax issue, tried: markdown-toc -i README.md README.md - return help message.

Expected result: README.md shoud be injected with toc section.

skywinder avatar Sep 30 '18 01:09 skywinder

Does your README.md have a <!-- toc --> html comment? See this example in the README.md.

doowb avatar Sep 30 '18 15:09 doowb