How can I add custom formatting to docx files generated by Pandoc from, say, Markdown? For example, can I highlight text or center it? Can I restyle links, etc?
I know that I can change styles for default elements, like headings, by using a --reference-doc (generated with pandoc -o custom-reference.docx --print-default-data-file reference.docx), but I'd like to introduce additional styles.

