Local by design
Your document is read and converted in this browser, not uploaded.
Private .docx conversion in your browser
Markdown Lens converts Microsoft Word .docx files into editable Markdown locally in your browser. Open a document, review preserved headings, lists, links, simple tables, and formatting, then download the result without an account or server upload.
It is built for modern .docx files such as handbooks, product specs, documentation drafts, meeting notes, and operating procedures.
Microsoft Word .docx
team-handbook.docx
Read in this browser
Editable Markdown
# Team Handbook
## Working agreements
- Write decisions down
- Review the release checklist
| Owner | Responsibility |
| --- | --- |
Your document is read and converted in this browser, not uploaded.
Review the generated Markdown immediately in the built-in editor.
Copy Markdown, download .md, export HTML, or print the preview to PDF.
Three simple steps
Select a modern Microsoft Word document from your device. It is read directly by your browser and never posted to a Markdown Lens backend.
Markdown Lens converts Word headings, paragraphs, lists, links, simple tables, code-like blocks, and common inline formatting into Markdown syntax.
Compare the source with a live rendered preview, make any cleanup edits, then copy or download the Markdown for your next destination.
Word documents contain more semantic structure than PDFs, so .docx conversion can retain many familiar document elements while producing readable plain text.
Word heading styles become ATX Markdown headings. Ordinary text becomes clean paragraphs, and the filename supplies a title when the document has no top-level heading.
Ordered and unordered lists, bold, italic, strikethrough, inline links, autolinked web addresses, blockquotes, and preformatted text are translated to Markdown equivalents.
Table rows and cells are converted to GitHub-flavored Markdown tables with escaped pipe characters and a generated header separator.
Embedded images are not silently lost. The converter inserts a visible Markdown note for each omitted image so you know where manual asset work remains.
Move structured team documentation from .docx into repositories, static sites, or Markdown-based knowledge systems.
Preserve the useful hierarchy, lists, links, and simple tables before reviewing the source with engineering or documentation teams.
Turn an existing Word draft into plain-text source that can be refined for GitHub, a docs site, or an AI-assisted editing workflow.
Quick answers
Yes. Markdown Lens is free and open source, requires no account, and lets you copy or download the generated Markdown without a watermark.
No. The .docx file is read, converted, edited, and autosaved locally in your browser. Document content is not sent to a Markdown Lens application server.
Not directly. The legacy binary .doc format is different from .docx. Open the file in a trusted word processor, save or export it as .docx, and then convert that file in Markdown Lens.
Embedded images become visible omission notes rather than extracted files. Complex tables, columns, text boxes, merged cells, and precise page positioning may require manual reconstruction because Markdown does not represent fixed page layout.