Back to home

Markdown to Word, export .docx in one click

Paste Markdown, pick a template, get a deliverable Word document instantly. Runs entirely in your browser.

Markdown input
1 lines · 0 chars
Load high-quality templates:

How it works

Three steps, no signup.

  1. 1

    Paste or upload Markdown

    Drag and drop a .md file, or just paste.

  2. 2

    Pick a template

    Default / Business / Weekly / Technical / Academic.

  3. 3

    Download .docx

    Headings, lists, tables, code, and quotes are preserved.

Features

Built with care for AI-era document delivery.

  • Faithful formatting

    Headings, ordered/unordered lists, tables, code blocks, blockquotes, links, bold and italics.

  • CJK ready

    Default font and line height tuned for Chinese reading. No mojibake.

  • Client-side conversion

    Your content never leaves the browser. Works offline.

When to use

Real-world scenarios where FlowDoc saves you time.

  • Technical spec delivery

    Export Markdown tech specs as .docx for client or manager review.

  • Blog to Word

    Convert Hexo/Hugo blog source files to Word for editor or collaborator review.

  • README export

    Turn GitHub project READMEs into Word for project proposals and internal reports.

  • Academic notes

    Export Markdown class notes and literature excerpts to Word with the Academic template.

Frequently asked questions

Still curious? Email us at admin@flowdoc.cc

  • FlowDoc is fully compatible with GitHub Flavored Markdown (GFM). This includes multi-level headings, unordered/ordered bullet points, task lists, complex nested lists, GFM-standard tables with custom alignment, blockquotes, inline code, multi-line code blocks, hyperlinks, bold, italics, strikethroughs, and horizontal rules. Layout formatting automatically adopts your selected style template properties.

  • Yes. FlowDoc compiles native Office Open XML (.docx) files conforming to ECMA-376 specifications, rather than merely dressing up HTML or rich-text envelopes. The resulting files are immediately editable in Microsoft Word, WPS Office, Apple Pages, Google Docs, or LibreOffice, preserving structural integrity and style definitions.

  • No. FlowDoc implements a completely sandboxed 100% client-side compilation model. The system parses your drafts using the HTML5 File Reader API and assembles the XML streams right within your browser sandbox. None of your data, drafts, or metadata are ever transmitted to our servers or any third-party endpoints. It operates completely offline.

  • Currently, images are replaced by visually distinct placeholder text boxes to mark their exact alignment. An automated image-scraping module that downloads remote media, converts them to base64, and packs them into the .docx container is scheduled for the next release. For now, we recommend pasting images manually after exporting.

  • Our templates go beyond simple font substitutions. Each template is a meticulously compiled style map that overrides margins, line spacing (e.g., standard 1.5x in Academic vs. compact in Weekly), cover page layouts, table styling (headers, background accent fills), blockquote indentations, and code box borders. The compiler injects these properties dynamically into the OOXML's style XML manifest.