Word / DOCX · Free · Private

Markdown to Word (.docx)

Need your Markdown in Microsoft Word? Render it here, copy the formatted result, and paste straight into Word or Google Docs — headings, tables and lists carry over.

Heads-up: this tool doesn't export a .docx file directly. It renders your Markdown to formatted HTML you can paste into Word or Google Docs (which keeps the formatting), or to a print-ready PDF. For a native .docx file, a tool like Pandoc is the better fit.

Try an example

Open one in the editor — it loads instantly, then edit and download your PDF.

API docs

Reference docs with code blocks and parameter tables.

Open in editor
# API Reference

## Authentication

All requests require a bearer token:

```http
GET /v1/orders HTTP/1.1
Host: api.example.com
Authorization: Bearer <token>
```

## Endpoints

### `GET /v1/orders`

Returns a paginated list of orders.

| Parameter | Type   | Description              |
| --------- | ------ | ------------------------ |
| `limit`   | int    | Items per page (max 100) |
| `cursor`  | string | Pagination cursor        |

#### Example response

```json
{
  "data": [{ "id": "ord_123", "total": 4200 }],
  "next_cursor": "abc"
}
```

> **Note:** Timestamps are returned in UTC (ISO 8601).

Key Features

Copy formatted output

Use 'Copy HTML' and paste into Word or Google Docs — headings, tables and lists keep their formatting.

Or export a PDF

Prefer a fixed layout? Download a clean, paginated PDF instead with one click.

100% private

Conversion runs entirely in your browser. Nothing is uploaded — your content never touches a server.

Free, no signup

No account, no email, no watermark you can't remove. Open the editor and convert as many documents as you like.

The fastest path from Markdown to Word

Word doesn't import Markdown natively, but it pastes rich text beautifully. Render your Markdown here, click Copy HTML, then paste into a Word or Google Docs document — your headings, bold/italic, lists and tables come across formatted.

From there you can apply your organisation's Word styles, add a cover page, or track changes — using Markdown only for the initial drafting.

When you need a real .docx file

If you specifically need a generated .docx file (for automated pipelines or strict templates), Pandoc is the right tool. For most people who just want their Markdown content inside Word, the copy-and-paste route here is quicker and needs no install.

Frequently asked questions

Can this download a .docx file directly?

Not directly. It renders to formatted HTML you can paste into Word/Google Docs, or to a PDF. For a native .docx, use Pandoc.

Will formatting survive the paste into Word?

Yes. Pasting the copied HTML into Word or Google Docs preserves headings, lists, tables and inline formatting.

Is a PDF an option too?

Yes — if a fixed layout works for you, downloading the PDF is one click and needs no extra steps.

Ready to convert?

No sign-up, no upload, no cost. Start writing and download in seconds.