Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown (Pandoc Flavored)New to Visual Studio Code? Get it now.
Markdown (Pandoc Flavored)

Markdown (Pandoc Flavored)

Kolen Cheung

|
905 installs
| (1) | Free
Package bundling a few markdown-it plugins to approximate pandoc flavoured markdown.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Adds 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 is recommended to use markdown-it-texmath.

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

    "vscode-markdown-it-pandoc.options": {
        "katex": false
    },
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft