Word to Markdown
Convert a Word (.docx) document into Markdown.
Example
Heading 1: Proposal
Body: We propose a fixed-price engagement.
# Proposal
We propose a **fixed-price** engagement.
What it keeps
- Heading 1–6 paragraph styles become # headings
- Bold and italic runs
- List paragraphs become bullet lists
- Body paragraph text
Where it struggles
- Images and embedded tables are not carried over
- Comments and tracked changes are ignored
- Only modern .docx files — legacy .doc isn't supported
Frequently asked questions
Which Word formats work?
Modern .docx files. If you have a legacy .doc, open it in Word and re-save as .docx first.
Does it keep my images and tables?
Text, headings and lists convert. Images and complex tables are dropped — add those back after converting.
Is the document uploaded anywhere?
No. The .docx is unzipped and read entirely inside your browser.