CLI
Word Documents
Convert Microsoft Word documents to markdown.
Usage
allmd docx <file> -o output.mdSupported Formats
.docx.doc
Example
# Convert a Word document to markdown
allmd docx report.docx -o report.md
# Output to stdout
allmd docx letter.doc