aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-06-05 10:14:41 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-06-05 10:14:47 +0200
commitf01495267329a0c4f7b7b7f633abeb0a15265bac (patch)
tree38be5752f7e161e7a980eb92aa59a8e3c4b47a7d
parentbd19860b4d6e85ff98067546faa4ffd87527a0ba (diff)
downloadfosdem-2021-minimalism-presentation-f01495267329a0c4f7b7b7f633abeb0a15265bac.tar
fosdem-2021-minimalism-presentation-f01495267329a0c4f7b7b7f633abeb0a15265bac.tar.gz
update math example to use 4.0 plugin syntax
-rw-r--r--examples/math.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/math.html b/examples/math.html
index c7d7ad1..5861a71 100644
--- a/examples/math.html
+++ b/examples/math.html
@@ -176,6 +176,7 @@
</div>
<script src="../dist/reveal.js"></script>
+ <script src="../plugin/math/math.js"></script>
<script>
Reveal.initialize({
history: true,
@@ -192,9 +193,7 @@
}
},
- dependencies: [
- { src: '../plugin/math/math.js', async: true }
- ]
+ plugins: [ RevealMath ]
});
</script>