Markdown-preview-enhanced: Question or New Feature Request: Multiple pandoc output support

Created on 22 Jun 2017  路  2Comments  路  Source: shd101wyy/markdown-preview-enhanced

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.

Most helpful comment

@gepcel will do. Thanks

All 2 comments

@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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

saeidamiri1 picture saeidamiri1  路  3Comments

adamaltmejd picture adamaltmejd  路  5Comments

xu4wang picture xu4wang  路  5Comments

oneone1995 picture oneone1995  路  5Comments

ajstadlin picture ajstadlin  路  5Comments