aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/index.html b/index.html
index 5b7bedb..32ee75f 100644
--- a/index.html
+++ b/index.html
@@ -22,15 +22,17 @@
</div>
<script src="dist/reveal.js"></script>
+ <script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
- <script src="plugin/notes/notes.js"></script>
<script>
- // More info about config & dependencies:
- // - https://github.com/hakimel/reveal.js#configuration
- // - https://github.com/hakimel/reveal.js#plugins
+ // More info about initialization & config:
+ // - https://revealjs.netlify.app/initialization/
+ // - https://revealjs.netlify.app/config/
Reveal.initialize({
hash: true,
+
+ // Learn about plugins: https://revealjs.netlify.app/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>