English

Convert Word Documents to Markdown using Python

Markdown (MD is a popular format that is used to write articles, blogs, documentation, etc. However, sometimes it becomes difficult to remember and write the Markdown syntax. In such cases, you can simply write content in a Word document and convert it to Markdown. To automate Word to Markdown conversion, this article covers how to convert Word (.docx or .doc) documents to Markdown (.md) files using Python.
November 5, 2021 · 2 min · Usman Aziz