Skip to content

How it works

VS Code Reveal turns a Markdown document into a Reveal.js presentation:

  1. The extension reads front matter and slide separators.
  2. Markdown is rendered with the extension's configured syntax plugins.
  3. Reveal.js adds presentation behavior such as navigation, fragments, themes, and speaker tools.
  4. The same document can be previewed in VS Code, opened in a browser, or exported.

The documentation examples use the extension's supported behavior. For capabilities that come directly from Reveal.js, see the clearly labeled upstream reference.

MIT Licensed