Merge branch 'master' of github.com:hakimel/reveal.js into dev

master
Hakim El Hattab 2020-06-05 10:21:33 +02:00
commit 6772518c5a
1 changed files with 2 additions and 3 deletions

View File

@ -176,6 +176,7 @@
</div> </div>
<script src="../dist/reveal.js"></script> <script src="../dist/reveal.js"></script>
<script src="../plugin/math/math.js"></script>
<script> <script>
Reveal.initialize({ Reveal.initialize({
history: true, history: true,
@ -192,9 +193,7 @@
} }
}, },
dependencies: [ plugins: [ RevealMath ]
{ src: '../plugin/math/math.js', async: true }
]
}); });
</script> </script>