update math example to use 4.0 plugin syntax
This commit is contained in:
parent
bd19860b4d
commit
f014952673
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user