We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8350d1b commit 9fa157dCopy full SHA for 9fa157d
1 file changed
demo.html
@@ -678,8 +678,14 @@ <h1>THE END</h1>
678
<script src="dist/plugin/markdown.js"></script>
679
<script src="dist/plugin/highlight.js"></script>
680
<script>
681
- // Also available as an ES module, see:
682
- // https://revealjs.com/initialization/
+ // Also available as an ES module, see: https://revealjs.com/initialization/
+ // import Reveal from 'reveal.js';
683
+ // import RevealZoom from 'reveal.js/plugin/zoom';
684
+ // import RevealNotes from 'reveal.js/plugin/notes';
685
+ // import RevealSearch from 'reveal.js/plugin/search';
686
+ // import RevealMarkdown from 'reveal.js/plugin/markdown';
687
+ // import RevealHighlight from 'reveal.js/plugin/highlight';
688
+
689
Reveal.initialize({
690
controls: true,
691
progress: true,
0 commit comments