commit | faf8be1c496866632059eba546d3121777ac62b8 | [log] [tgz] |
---|---|---|
author | christophe dervieux <christophe.dervieux@gmail.com> | Tue Sep 21 15:40:40 2021 +0200 |
committer | christophe dervieux <christophe.dervieux@gmail.com> | Tue Sep 21 15:40:40 2021 +0200 |
tree | 3fa44a8aa461ef9dcdec6ce711fec8ac20cd72f6 | |
parent | bfa2af728d1beac515d0d10977d925d81cdf803c [diff] |
Add example of the strech class in skeleton
diff --git a/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd index ec391ce..2f2bc6d 100644 --- a/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd
@@ -47,3 +47,14 @@ :::: +## Insert an image + +You can insert images + +![revealjs logo](https://revealjs.com/images/logo/reveal-black-text.svg) + +## Insert an image on the whole slide + +Using the `.strech` class + +![revealjs logo](https://revealjs.com/images/logo/reveal-black-text.svg){.stretch}