8.7 reveal.js options

Reveal.js has many additional options to configure its behavior. You can specify any of these options using reveal_options. For example:

---
title: "Habits"
output:
  revealjs::revealjs_presentation:
    self_contained: false
    reveal_options:
      slideNumber: true
      previewLinks: true
---

You can find documentation on the various available reveal.js options here: https://github.com/hakimel/reveal.js#configuration.