aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-04-23 09:39:26 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-04-23 09:39:26 +0200
commit210fbb76467d3c0da8d66f3c42bccf9ec18993b6 (patch)
tree682cea8ea05b8035602499ef6cd0981af2e7d4dc /index.html
parentc1b2e415db4f4d175e3a8a70b55c285b17471820 (diff)
downloadfosdem-2021-minimalism-presentation-210fbb76467d3c0da8d66f3c42bccf9ec18993b6.tar
fosdem-2021-minimalism-presentation-210fbb76467d3c0da8d66f3c42bccf9ec18993b6.tar.gz
plugins can be direct references or factory functions
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 02190e0..922fb99 100644
--- a/index.html
+++ b/index.html
@@ -28,10 +28,10 @@
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
- // - https://github.com/hakimel/reveal.js#dependencies
+ // - https://github.com/hakimel/reveal.js#plugins
Reveal.initialize({
hash: true,
- plugins: [ RevealMarkdown(), RevealHighlight(), RevealNotes() ]
+ plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
</body>