Closed debovis closed 1 year ago
Thank you for your feedback!
@debovis the CLI converts all doc files present in a directory. It reads all the files automatically. With Pandoc, you have to do it one at a time. If you have 100 files, will you convert them one by one?
Just a wrapper around the following function call with pandoc
https://github.com/msaaddev/docx-to-markdown/blob/master/utils/convert.js#L13
Might as well list this in the readme to explicitly state the above fact.