You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are wrappers for pandoc which enhance its functionality, for example panzer.
I suggest the following feature request:
Addition of option to choose the pandoc executable
//-------- Pandoc Option Configuration --------"pandoc.executable": "pandoc", // default behaviour, use pandoc executable"pandoc.executable": "panzer"// use user specified executable (in this case panzer)
there are no compatibility implications, because panzer takes the same arguments as the original pandoc, and then some more.
The text was updated successfully, but these errors were encountered:
thiemo
changed the title
Ability to specify alternative command (i.e. panzer instead of pandoc)
Ability to specify alternative executable (i.e. panzer instead of pandoc)
Aug 26, 2018
There are wrappers for pandoc which enhance its functionality, for example
panzer
.I suggest the following feature request:
Addition of option to choose the pandoc executable
there are no compatibility implications, because
panzer
takes the same arguments as the originalpandoc
, and then some more.The text was updated successfully, but these errors were encountered: