Tools

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.

The views expressed here are my own and do not necessarily represent those of the Federal Reserve Board or its staff.
Code is provided as-is, with no warranty of any kind. Use at your own risk; review before running.