What converts to what
| Markdown | In Word |
|---|---|
# … ###### | Heading 1 – Heading 6 styles (navigable, TOC-ready) |
**bold**, *italic*, ~~strike~~ | Bold, italic, strikethrough runs |
- item, 1. item | Word bullet and numbered lists, nested up to 6 levels |
- [ ] / - [x] | ☐ / ☒ characters |
| Tables | Word tables with a shaded header row and column alignment |
Fenced code, `inline` | Consolas on a light grey background |
[text](https://…) | Clickable hyperlinks |
> quote | Indented italic paragraph with a rule |
Footnotes [^1] | Superscript numbers and a Notes list at the end |
| Images, Mermaid | Text placeholder (insert images in Word) |
Markdown to DOCX with Pandoc
If you convert files in bulk, Pandoc does it from the command line: pandoc notes.md -o notes.docx. Add --reference-doc=template.docx to apply your company’s Word styles. For a single document, this page needs no install.
Google Docs
Upload the .docx to Google Drive and open it with Google Docs, or skip the file and use Markdown to rich text to paste formatted content directly.