Adds markdown-it-pandoc syntax support to VS Code's built-in Markdown preview.
markdown-it-pandoc
options are configurable via vscode-markdown-it-pandoc.options
, see https://github.com/mb21/markdown-it-pandoc#dependencies
for details. Please reload VSCode after setting changes.
While the options are left as default of markdown-it-pandoc
, the recommended options are:
katex: false
. VSCode extension mdmath is recommended to use markdown-it-texmath.
i.e. the recommended setting in settings.json
is
"vscode-markdown-it-pandoc.options": {
"katex": false
},