Headings
Input: # Project Title ## Overview
Output: .docx with Heading 1 'Project Title' and Heading 2 'Overview' using Word styles.
500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.
Convert Markdown to a .docx Word document in your browser. Ready for Microsoft Word, Google Docs, or LibreOffice.
Markdown to Word Converter transforms your Markdown text into a properly structured .docx file that opens correctly in Microsoft Word, Google Docs, LibreOffice, and any other Word-compatible application. Unlike printing to PDF, a .docx file remains fully editable after export — collaborators can track changes, add comments, and reformat the document. The converter handles all common Markdown structures: H1 through H6 headings map to Word heading styles, paragraphs flow naturally with proper spacing, bold and italic inline formatting is preserved using Word runs, bulleted and numbered lists are rendered as true Word lists (not faked with dashes), and code blocks use Courier New with a light grey shading. Two style presets are available: Office (Calibri, the default Word typeface) and Minimal (Arial, a clean presentation-neutral font).
Input: # Project Title ## Overview
Output: .docx with Heading 1 'Project Title' and Heading 2 'Overview' using Word styles.
Input: **Bold** and *italic* with `inline code`.
Output: .docx paragraph with bold, italic, and code-styled inline text.
Input: 1. First 2. Second 3. Third
Output: .docx with native Word numbered list (1, 2, 3) rendered as proper list items.