Add examples / tests
diff --git a/tests/manual/test-incremental-pausing.Rmd b/tests/manual/test-incremental-pausing.Rmd
new file mode 100644
index 0000000..48174db
--- /dev/null
+++ b/tests/manual/test-incremental-pausing.Rmd
@@ -0,0 +1,17 @@
+---
+title: "Incremental by pausing"
+output: revealjs::revealjs_presentation
+---
+
+# Pausing using pandoc syntax
+
+content before the pause
+
+. . .
+
+content after the pause
+
+. . .
+
+Content after another pause
+````
\ No newline at end of file