This function converts a word document to a markdown file. If output path is NULL (as default), the function will save this to a temporary path.
word_to_markdown(file, output = NULL)
The path to your .docx file.
The path to save your new markdown file
The same file as a Markdown document.
#ADD LATER