This Node.js script converts a DOCX file to a Markdown (.md) file. It uses the mammoth library to extract the content from the DOCX file, along with turndown to convert the HTML content generated by ...