Hacker News new | ask | show | jobs
Show HN: Codebraid Preview for VS Code: Pandoc Preview with Jupyter Kernels (marketplace.visualstudio.com)
2 points by gpoore 1574 days ago
I've been frustrated by markdown previews that don't support all the features of Pandoc Markdown, so I created a VS Code extension that uses Pandoc itself to create the preview. This includes full bidirectional scroll sync and math support via KaTeX.

This also includes support for Codebraid, which can execute code blocks and inline code in Pandoc Markdown to embed code output. Code can be executed with Jupyter kernels or Codebraid's own built-in code execution system.