A Visual Studio Code extension that allows previewing markdown files written in Pandoc Markdown by using pandoc to compile them. Adds a command "Open Pandoc Markdown Preview" with a default key binding of ctrl+shift+r
or cmd+shift+r
on mac.
- Live Update
- KaTeX Math Rendering
- Markdown files can load local images and resources
Pandoc must be installed and in $PATH
.
Added the extraPandocInputFiles
configuration setting.
Changed the behavior of the extension to execute pandoc in the directory where a file is saved if the file is saved locally.
Added configuration setting for extra pandoc command-line arguments.