Convert Word to Markdown
Upload a Word document (.docx) and get clean, readable Markdown back instantly — with headings, lists, tables, and text styling preserved. No installation, no account required.
Why convert Word to Markdown?
A .docx file is full of formatting metadata - font settings, margins, style definitions - that add no value for a language model but still cost tokens. Markdown keeps the content structure (headings, tables, lists) in a compact format that models like ChatGPT, Claude, and Gemini handle far better.
How does it work?
- Upload your Word file (.docx) or drag it into the converter.
- slim-down reads the document structure and converts headings, bold and italic text, lists, and tables into the matching Markdown syntax.
- Download or copy the resulting Markdown, ready to paste straight into a prompt.
Frequently Asked Questions
Does the formatting of my Word document stay intact?
The content structure is preserved: headings (Heading 1 through 4), bold and italic text, lists, and tables are recognized and converted to Markdown syntax. Visual styling like fonts, colors, and margins is dropped - that's by design, since an AI model doesn't need that information.
What happens to images in my Word document?
Images aren't carried over; slim-down converts only the textual content. For a language model, plain text is usually what you want to feed it anyway - images cost a lot of tokens and most models can't reconstruct the exact text from them regardless.
Is converting Word to Markdown free?
Yes. Without an account you get up to 3 free conversions per day. A free account gives you unlimited conversions and lets you save and sync documents across devices.
Do tables in my Word document stay intact?
Yes. Unlike PDF, for example, a .docx file has an explicit table structure, which slim-down converts directly into clean Markdown tables with rows and columns preserved.