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
- Host: GitHub
- URL: https://github.com/ickc/vscode-markdown-it-pandoc
- Owner: ickc
- License: mit
- Created: 2021-07-28T02:09:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T02:08:43.000Z (over 4 years ago)
- Last Synced: 2025-03-30T09:29:04.790Z (over 1 year ago)
- Topics: markdown, pandoc, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 1.72 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](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
},
```