# Convert Word to Markdown without embedding images
if (FALSE) {
word_to_md("input.docx", "output.md", embed_images = FALSE)
# Convert and embed images as Base64
word_to_md("input.docx", "output_embedded.md", embed_images = TRUE)
}
Run the code above in your browser using DataLab