jarvisbox

GitHub Flavored Markdown to DOCX

Convert GitHub Flavored Markdown (GFM) — including pipe tables, fenced code blocks, and strikethrough — to a properly styled Word .docx file, entirely in your browser.

Open Markdown to DOCX converter →

GitHub Flavored Markdown (GFM) extends CommonMark with features that are common in developer documentation: pipe tables (| col | col |), fenced code blocks with language hints (```javascript), strikethrough (~~text~~), and autolinks. These constructs appear in GitHub README files, GitHub wikis, pull request descriptions, and issue comments.

Our converter supports all the GFM elements that translate meaningfully to Word format:

Elements that are purely visual on GitHub (emoji shortcodes, HTML comments, raw HTML blocks) are passed through as plain text, since .docx cannot render arbitrary HTML inline.

How to convert a GitHub README to Word

  1. Open your GitHub repository and click the README.md file.
  2. Click the Raw button to see the plain Markdown source.
  3. Select all (Ctrl+A), copy, and paste into the Markdown to DOCX converter.
  4. Click Convert to DOCX and download the result.

Related tools

Report a problem with this tool