ChrisChinchilla / vscode-pandoc

Visual Studio Code extension lets you render markdown to pdf, word doc or html with pandoc
MIT License
25 stars 13 forks source link

Add container support using the official pandoc/latex image #25

Closed camwheeler closed 1 year ago

camwheeler commented 1 year ago

Add support for running pandoc in a container using the latest official pandoc/latex container. This includes a new configuration property, pandoc.useDocker, which defaults to false so that the original behavior is preserved.

ChrisChinchilla commented 1 year ago

@camwheeler Tested, works great, thanks!