aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-06-05 10:21:33 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-06-05 10:21:33 +0200
commit6772518c5aca120f7ff056a61c7809fc13b52c3a (patch)
treee52fba4bbe3185b44891de146cc1dbb142700b6a
parent166af89353cacb7198d23a52b3bda77be6715133 (diff)
parentf01495267329a0c4f7b7b7f633abeb0a15265bac (diff)
downloadfosdem-2021-minimalism-presentation-6772518c5aca120f7ff056a61c7809fc13b52c3a.tar
fosdem-2021-minimalism-presentation-6772518c5aca120f7ff056a61c7809fc13b52c3a.tar.gz
Merge branch 'master' of github.com:hakimel/reveal.js into dev
-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>