1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-06 21:38:47 +00:00

chore(Reveal): Remove unused plugins for now

This commit is contained in:
Denis Ergin 2024-09-22 16:44:38 +02:00
parent 3386daa503
commit 78f116219f

View file

@ -36,15 +36,10 @@ const { title } = Astro.props;
<script>
import RevealJS from 'reveal.js';
import Markdown from 'reveal.js/plugin/markdown/markdown.esm'
import Highlight from 'reveal.js/plugin/highlight/highlight.esm'
import Notes from 'reveal.js/plugin/notes/notes.esm'
// ToDo: Do I need the Notes Plugin?
// ToDo: Do I need the Markdown Plugin?
let deck = new RevealJS({
plugins: [Markdown, Highlight, Notes],
plugins: [Highlight],
slideNumber: true,
hash: true
});