Convert Markdown to a Word document (.docx) with real heading styles, lists, tables, links and code formatting. Preview it live, then download. Nothing is uploaded.
The Markdown is parsed with marked (GitHub-flavoured Markdown) and written as a native .docx file with the docx library, so the result is real Word formatting rather than pasted HTML:
Images become a text placeholder with their alt text, because the browser cannot download most images from other websites; insert them in Word afterwards. Raw HTML inside the Markdown is reduced to its text. Footnote syntax is not part of GitHub-flavoured Markdown as parsed here, so footnotes stay as plain text.
The file opens in Microsoft Word, Google Docs (upload it to Drive) and LibreOffice Writer.
Yes. Markdown headings become Word's built-in Heading styles, which the navigation pane and Word's automatic table of contents use.
Yes. Upload the .docx to Google Drive and open it with Google Docs, or open it in LibreOffice Writer.
Images are replaced by a placeholder with their alt text, because the browser cannot fetch most images from other sites. Insert the images in Word afterwards.