Add a slide with Quote syntax
diff --git a/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd
index 8f60ffb..711a659 100644
--- a/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd
+++ b/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd
@@ -36,6 +36,12 @@
 plot(cars)
 ```
 
+# Slide with Quote
+
+You can use usual markdown syntax `>` to add a Quote part on the slide
+
+> This is a nice quote by an awesome person !
+
 # Vertical slides
 
 Slides can be nested inside of each other.