Free tools / Markdown Converter
Convert anything to Markdown
Turn JSON, CSV, XML, HTML, a Word document or a Google Doc into clean Markdown. Everything runs in your browser - files and text are never uploaded.
Legacy .doc isn't supported - re-save as .docx. Max 10 MB.
How it works
- 1Pick the source format. Paste text (JSON/CSV/XML/HTML), paste a Google Doc, or choose a .docx file.
- 2Conversion happens instantly in your browser - the heavier converters (HTML, DOCX) load on demand.
- 3Copy the Markdown or download it as a .md file. Nothing is ever uploaded.
Frequently asked
Are my files or text uploaded?
No. Every conversion - including Word documents - runs entirely in your browser with no network request, so it's safe for private content.
How do I convert a Google Doc?
Open the doc, select all and copy, then paste into the Google Docs box. The clipboard carries rich HTML, which we convert to Markdown. No sharing link or sign-in needed.
Why is my DOCX table or image imperfect?
Word documents are complex; we convert text, headings, lists, links and tables well, but heavily-styled layouts and embedded images may simplify. Re-save legacy .doc as .docx first.
What does JSON/CSV become?
An array of flat objects (or a CSV) becomes a Markdown table; nested JSON becomes nested lists with bold keys. XML becomes headings and lists mirroring the element tree.