shd101wyy / vscode-markdown-preview-enhanced

One of the "BEST" markdown preview extensions for Visual Studio Code
https://shd101wyy.github.io/markdown-preview-enhanced
Other
1.44k stars 172 forks source link

pandocArguments setting not being applied to pandoc execution #1591

Open dougcooper opened 6 years ago

dougcooper commented 6 years ago

Setting up a template in the settings like this does not work:

"markdown-preview-enhanced.pandocArguments": "--template=D:\pandoc\eisvogel.latex"

while the yaml works just fine: output: custom_document: path: somename.pdf pandoc_args: [ "--template","D:\pandoc\eisvogel.latex",
]

shd101wyy commented 6 years ago

Thanks for reporting this. We will fix the issue when possible. Thank you.

dougcooper commented 6 years ago

I fear that either settings functionality is broken or the user overrides is not working. I just tried to use script execution with the feature enabled and it did not work. Im assuming in this case that script would be executed no matter which output utility I use.