I'm experimenting with pandoc and the R knitr package in order to export R Markdown files to Microsoft Word. As part of the knitr/pandoc process, the final docx output copies the formats of a specified reference.docx. For example, level 1 section headers would follow the style of level 1 headings specified in the reference.docx's styles pane.
Knitr and pandoc do a pretty good job of forcing the new docx file to adhere to the specified formats in the reference.docx with the exception of figure captions: the final docx file has figure captions without numbering and they're below their respective figures.
In my reference.docx file, I have modified the caption style to do section level numbering (example: "Figure 1-1: Caption here"), and the captions are above the images in the reference.docx file. Unfortunately, I wasn't able to do this through the styles pane. It was a one-shot adjustment that doesn't change any default settings. I think that if I could change the default settings of figure captioning in the reference.docx through the styles pane, I could resolve this issue, but I cannot find any option to modify the default setting of the caption's location and prefix (example: "Figure 1-1: ").