Search code examples
cssr-markdownioslides

R rmarkdown ioslides - How to include a "thank you" slide?


How do I initiate a "thank you" slide in rmarkdown ioslides?

I've gone through the default.css (ioslides version 13.5.1) and I saw that there are default .thank-you-slide classes.

Take this example

---
title: "Untitled"
author: "Mr X"
output: ioslides_presentation
---

## Thank you slide

...this should have the "thank you" theme.

Solution

  • I believe you do it in the Slide title:

    ## Thank you slide {.thank-you-slide}