In file presentation-en.Rmd line 185 specifies classe instead of class
I think this is a typo, but I'm a bit confused because I couldn't find class slide in the css files referenced: custom.css and slides.css. Furthermore, when I inspect the rendered html file, that slide is of class="remark-slide"

Knitting presentation-en.Rmd myself, doesn't through an error and I get the html file successfully.
My guess is that class: slide is defined in the remarkjs library, which {xaringan} uses under the hood. But I'm new to {xaringan} so I'm not really sure.
Btw I found these slides very useful; thanks for sharing them!
In file
presentation-en.Rmdline 185 specifiesclasseinstead ofclasssponsoring/presentation-en.Rmd
Line 185 in f8aaa8d
I think this is a typo, but I'm a bit confused because I couldn't find class
slidein the css files referenced:custom.cssandslides.css. Furthermore, when I inspect the rendered html file, that slide is ofclass="remark-slide"Knitting
presentation-en.Rmdmyself, doesn't through an error and I get the html file successfully.My guess is that
class: slideis defined in the remarkjs library, which {xaringan} uses under the hood. But I'm new to {xaringan} so I'm not really sure.Btw I found these slides very useful; thanks for sharing them!