Friday, August 14, 2015

DOCX on the spot Write in markdown, convert to docx ... :P
First install pandoc:

$ sudo apt-get install pandoc

Then use it:

$ pandoc -f markdown -t docx fileIn.md -o fileOut.docx

No comments: