Markdown to Microsoft Word (.docx) - bellevuewa/BKRCast GitHub Wiki
This section provides instructions on how to convert a wiki markdown (*.md) file to a Microsoft Word document (*.docx).
Install pandoc
- Download and install pandoc (version 1.19 or higher) from here
- Open a command prompt window and type
pandoc --version
to verify installation - Look for a message confirming that pandoc has been successfully installed
Convert to (*.docx)
- Navigate to working directory
- Open a command prompt window and type
pandoc README.md -o README.docx
- Look for "README.docx" file that is created in working directory