This program allows you to transform Markdown into a Word document.
This project converts Markdown files into Microsoft Word (.docx) documents. It preserves common block- and inline-level elements (headings, lists, links, images, code blocks, emphasis, tables) and provides a small CLI to control input, output and templates.
To start, run the program in your terminal:
npm run devYou will be prompted for the file and options.
Alternatively, you can skip the prompts by specifying the input file path directly:
npm run dev [input-file-path]When you run the program you will be prompted to provide:
- Input file: path to the Markdown file to convert (required).
This project is licensed under the MIT License. See the LICENSE file for more info.