rstudio / revealjs

R Markdown Format for reveal.js Presentations
Other
325 stars 86 forks source link

Add missing variable in templates regarding toc #127

Closed cderv closed 2 years ago

cderv commented 2 years ago

This will partly bring support for #123 by updating the template and adds the same argument variable than in html_document()

We can deal with the default value to set in another PR

This means that this will now work

---
title: "Untitled"
output: 
  revealjs::revealjs_presentation: 
    toc: true
toc-title: outline
---

## Slide 1

Content

## Slide 2

Content