dfinke / vscode-pandoc

Visual Studio Code extension lets you render markdown to pdf, word doc or html with pandoc
125 stars 36 forks source link

Possibility to set custom path for the pandoc executable #28

Open feeeper opened 5 years ago

feeeper commented 5 years ago
  1. Add pandoc.executable option for pandoc executable
  2. Add function getPandocExecutablePath that checks pandoc.executable option
  3. Update README.md for new option