DOCX to Markdown
Convert a Word document to Markdown.
Move a Word document into a Markdown workflow — a wiki, a static site, a repository — with its headings, lists and tables intact.
How to use it
- Add the .docx file.
- Press Convert to Markdown.
- Copy the result or save it as a .md file.
Why use this tool
Completely private
Everything runs inside your browser. Your files and text are never sent to a server.
Free, with no limits
No sign-up, no watermarks and no cap on how many times you can use it.
Instant results
There is no upload or queue to wait for, so results appear as fast as your device can work.
Works on any device
Runs in any modern browser on phone, tablet or desktop. Nothing to install.
Frequently asked questions
- Are tables converted?
- Yes, as GitHub-flavoured Markdown tables. A table with no header row gets its first row promoted, since Markdown tables require one.
- What about images?
- They come through as embedded data URIs. That keeps the file self-contained but makes it long, so you may want to pull them out into real files afterwards.
- What cannot be represented?
- Underline, coloured text, fonts and precise spacing have no Markdown equivalent. Underlined text keeps its words but loses the underline rather than being dropped.
- Which Markdown flavour is it?
- CommonMark with GitHub tables — what GitHub, GitLab and most static site generators expect.