-
Install Pandoc:
# Windows (using chocolatey) choco install pandoc # Or download from: https://pandoc.org/installing.html
-
Convert to Word:
pandoc IMPLEMENTATION_PROOF.md -o IMPLEMENTATION_PROOF.docx
- Open
IMPLEMENTATION_PROOF.mdin a text editor - Copy the content
- Use one of these online converters:
- Open
IMPLEMENTATION_PROOF.mdin VS Code or any markdown viewer - Copy all content (Ctrl+A, Ctrl+C)
- Open Microsoft Word
- Paste (Ctrl+V)
- Word will automatically format the markdown
If you have Python installed with pip:
pip install python-docx markdownThen create a conversion script (provided below).