Add output of the error (use OutputChannel and showErrorMessage)
January 17, 2016
Set pandoc options for document types
January 16, 2016
Handling of the path that contains spaces
Add the open command (xdg-open) in linux
Setting additional pandoc options
choose 'Preference -> UserSettings'
Find: pandoc in Default Settings
Copy and paste
to settings.json
example:
//-------- Pandoc Option Configuration --------
// pandoc .pdf output option template that you would like to use
"pandoc.pdfOptString": "",
// pandoc .docx output option template that you would like to use
"pandoc.docxOptString": "",
// pandoc .html output option template that you would like to use
"pandoc.htmlOptString": "",
// path to the pandoc executable. By default gets from PATH variable
"pandoc.executable": ""
if necessary to set options for each output format.