Skip to content

Convert MS Word (DOCX) files to markdown

License

Notifications You must be signed in to change notification settings

matthewrobb/mdify-node

Repository files navigation

mdify-node

Build Status Known Vulnerabilities NPM version XO code style styled with prettier

Convert MS Word (DOCX) files to markdown.

Install

$ npm install --global mdify-node

Requires Node.js 6+.

Usage

Usage
  $ mdify <source> [<destination>] [options]

Options
  --debug   When this is set the intermediate HTML will be saved into a file.
  --open    Open the generated markdown file.
  --silent  Mute all output.
  --images  Output images as files instead of inline

Examples
  $ mdify foo.docx
  $ mdify foo.docx foo.md --open

License license

MIT © Stefan Stölzle

About

Convert MS Word (DOCX) files to markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published