docx_to_md.py
Download
Converts a Word .docx file to clean Markdown while keeping reviewer comments in place, rendered as blockquotes right after the text they annotate, with reply threads nested underneath. It also preserves headings, nested lists, tables, hyperlinks, and tracked insertions/deletions. Pure Python standard library — no dependencies to install, just run python docx_to_md.py input.docx.