Skip to main content

All Questions

3 votes
2 answers
5k views

When converting txt to docx using pandoc, how to specify default paragraph style?

I am trying to convert a txt file (markdown) to docx using pandoc with a special MS Word template. I'm doing it this way: pandoc -s --reference-docx=/path/to/my/template.dotx -o outfield.docx file.md ...
Jason's user avatar
  • 315