An open API service indexing awesome lists of open source software.

https://github.com/ickc/vscode-markdown-it-pandoc


https://github.com/ickc/vscode-markdown-it-pandoc

markdown pandoc vscode vscode-extension

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

[![](https://vsmarketplacebadge.apphb.com/version/ickc.vscode-markdown-it-pandoc.svg)](https://marketplace.visualstudio.com/items?itemName=ickc.vscode-markdown-it-pandoc)

Adds [markdown-it-pandoc](https://github.com/mb21/markdown-it-pandoc) syntax support to VS Code's built-in Markdown preview.

# Options

`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](https://github.com/goessner/mdmath) is recommended to use markdown-it-texmath.

i.e. the recommended setting in `settings.json` is

```json
"vscode-markdown-it-pandoc.options": {
"katex": false
},
```