Add fragment example in skeleton
diff --git a/NEWS.md b/NEWS.md
index d34a036..0d5a306 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -19,6 +19,8 @@
- Add `md_extensions` argument in `revealjs_presentation()` (thanks, @atusy, #75).
+- Update included template with several examples of available feature.
+
# revealjs 0.9
- Add support for the menu plugin
diff --git a/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd
index 6cd3c4a..0e3e782 100644
--- a/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd
+++ b/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd
@@ -59,4 +59,18 @@
![revealjs logo](https://revealjs.com/images/logo/reveal-black-text.svg){.stretch}
-This will not show any caption even when `fig_caption` is `TRUE`.
\ No newline at end of file
+This will not show any caption even when `fig_caption` is `TRUE`.
+
+## Fragments
+
+Hit the next arrow...
+
+. . .
+
+to step through
+
+[...a]{.fragment} [fragmented]{.fragment} [slide.]{.fragment}
+
+::: fragment
+Also called an incremental reveal.
+:::
\ No newline at end of file