8.7 reveal.js options

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

---title:"Habits"output:  revealjs::revealjs_presentation:self_contained:falsereveal_options:slideNumber:truepreviewLinks:true---

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