allmd
CLI

Word Documents

Convert Microsoft Word documents to markdown.

Usage

allmd docx <file> -o output.md

Supported Formats

  • .docx
  • .doc

Example

# Convert a Word document to markdown
allmd docx report.docx -o report.md

# Output to stdout
allmd docx letter.doc

On this page