::pandoc_convert(
rmarkdown'/Users/bradcannell/Desktop/My Personal SOP.docx',
to = 'markdown',
output = here::here("sops", "my_personal_sop.qmd")
)
Brad Cannell’s Wiki
One of the first things I’ll need to do to create this Wiki is convert some of my old Word document files to markdown. Melissa Van Bussel has a video from Posit::conf(2023) with some tips for doing this, includiing using rmarkdown::pandoc_convert()
.
I still need to do a little bit of manual cleaning afterward, but not too bad.