1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 14:47:04 +02:00

indentation tweak

This commit is contained in:
Hakim El Hattab
2024-02-26 10:53:34 +01:00
parent f149d1f7ca
commit 66fa4350e1

View File

@@ -106,13 +106,13 @@
<script src="../plugin/markdown/markdown.js"></script> <script src="../plugin/markdown/markdown.js"></script>
<script src="../plugin/highlight/highlight.js"></script> <script src="../plugin/highlight/highlight.js"></script>
<script> <script>
Reveal.initialize({ Reveal.initialize({
view: 'scroll', view: 'scroll',
hash: true, hash: true,
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ] plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
}); });
</script> </script>
</body> </body>
</html> </html>