commit | ba248164330a51d62d37293179db2a74c37e0497 | [log] [tgz] |
---|---|---|
author | Christophe Dervieux <christophe.dervieux@gmail.com> | Fri Sep 24 15:47:20 2021 +0200 |
committer | Christophe Dervieux <christophe.dervieux@gmail.com> | Fri Sep 24 15:47:20 2021 +0200 |
tree | b9c879cbf0fc89f8bef85425b7d5a319890faced | |
parent | 9e2a6c7765a9710cf1279f97768a6014260889c0 [diff] |
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.