Convert Mardown To Docs
Convert Markdown to Word Docx#
To Convert Markdown to Word Docx or ODT (OpenDocument Text) format for google sheets, you need to install pandoc.
Run for word:
pandoc <myfile>.md -f markdown -t docx -s -o <myfile>.docx
Run for odt:
pandoc <myfile>.md -f markdown -t odt -s -o <myfile>.odt