I need to create documents periodically for Word-using administrators. How can I centre an image using pandoc markdown? I see mention of div blocks, but I have no idea what they are.
![](myimage.png){.center}
With image code such as that above, and a command line such as:
pandoc -s test.md -o test.docx
or
pandoc -s test.md -o test.pdf
I always end up with left-aligned images in my document.
implicit_figures
extension. Also, this only works when creating pdf documents (not docx). – Hazel