A collection of articles I wrote.
To convert the markdown files, you can use Pandoc.
The following command converts filename.md
to output.docx
pandoc -o output.docx -f markdown -t docx filename.md
A collection of articles I wrote.
To convert the markdown files, you can use Pandoc.
The following command converts filename.md
to output.docx
pandoc -o output.docx -f markdown -t docx filename.md