Thank you for this tool.
In case this can help future users, to make it work on windows I had to
- copy the file
markdown-enum from python/Scripts folder into python/Lib/site-packages
- rename this file
markdown-enum.py
- run the tool using
python -m markdown-enum file1.md 1 file2.md (the second argument missing from example in the readme)
Thank you for this tool.
In case this can help future users, to make it work on windows I had to
markdown-enumfrompython/Scripts folderintopython/Lib/site-packagesmarkdown-enum.pypython -m markdown-enum file1.md 1 file2.md(the second argument missing from example in the readme)