Skip to content
ViewMarkdown

Welcome to ViewMarkdown

Paste or type Markdown on the left and see it rendered here. Nothing you write leaves your browser.

What works

  • Bold, italic, strikethrough and inline code
  • Links and images
  • Ordered and unordered lists
  • Task lists:
    • Paste text from ChatGPT, Claude or a README
    • Export it as Word, PDF or HTML

Tables

Export Best for
Copy as rich text Google Docs, Gmail, Notion
Word (.docx) Sending to people who edit in Word
PDF Sharing something final
HTML Publishing on a website

Code

function greet(name) {
  return `Hello, ${name}!`;
}

Tip: press Copy to paste this into Google Docs with headings, lists and tables intact.

Markdown to Word

Paste Markdown, download a .docx with real headings, lists, tables and code. Nothing is uploaded.

Turn Markdown into a Word document you can send to anyone. Headings become Word heading styles, lists stay lists, tables become real tables, and code blocks keep their monospace formatting.

The .docx is built entirely in your browser, so your text never leaves your computer. It opens in Microsoft Word, Google Docs, Pages and LibreOffice.

How it works

  1. Paste your Markdown into the left pane. Check the preview on the right.
  2. Click Download Word. A .docx file is generated on your device.
  3. Open it in Word or upload it to Google Docs. Heading styles are preserved, so the navigation pane and table of contents work.

Frequently asked questions

How do I convert Markdown to Word?

Paste the Markdown into ViewMarkdown and click Download Word. You get a .docx file with real heading styles, lists, tables and code formatting.

Will headings show up in Word's navigation pane?

Yes. Markdown headings are mapped to Word's built-in Heading 1 to Heading 6 styles, so the navigation pane, outline view and automatic tables of contents all work.

Can I convert ChatGPT output to a Word document?

Yes. Paste the response text exactly as copied, including the # and ** symbols, and download the Word file.

Does it work with Google Docs?

Yes. Either upload the .docx to Google Drive and open it, or use the Copy button and paste straight into a Google Doc.

Is anything uploaded?

No. The Word file is built in your browser using a JavaScript library. There is no server step.