How can I have multiple pandoc output at the same time like:
---
output: [word_document, pdf_document] # or
output:
word_document:
pdf_document:
---
Or with more options:
---
output:
word_document:
path: /output.docx
pdf_document:
path: /output.pdf
---
I've searched around, and tested, couldn't get this done.
@gepcel will do. Thanks
This would still be an awesome feature. Since this issue is not closed and my efforts to achieve the described behaviour, I assume this is not implemented yet. Please implement this!
Most helpful comment
@gepcel will do. Thanks