aboutsummaryrefslogtreecommitdiff
path: root/demo.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-04-17 09:47:03 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-04-17 09:47:03 +0200
commitd9690462e0e3818a7741a8710bb721f4380009e1 (patch)
tree9716a39c17cb92d303d1e73337bdf0e6375a67b2 /demo.html
parent08f29f08a288c64135c67d49ba992152bc75df3f (diff)
downloadfosdem-2021-minimalism-presentation-d9690462e0e3818a7741a8710bb721f4380009e1.tar
fosdem-2021-minimalism-presentation-d9690462e0e3818a7741a8710bb721f4380009e1.tar.gz
add 'plugins' config option, new way of registering es5 plugins
Diffstat (limited to 'demo.html')
-rw-r--r--demo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo.html b/demo.html
index c3e108c..841b27c 100644
--- a/demo.html
+++ b/demo.html
@@ -429,7 +429,7 @@ Reveal.on( 'customevent', function() {
transition: 'slide', // none/fade/slide/convex/concave/zoom
// More info https://github.com/hakimel/reveal.js#dependencies
- dependencies: [ Zoom, Notes, Search, Markdown, Highlight ]
+ plugins: [ Zoom, Notes, Search, Markdown, Highlight ]
});
deck.initialize();