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)

Arguments

file

The path to your .docx file.

output

The path to save your new markdown file

Value

The same file as a Markdown document.

Examples


#ADD LATER