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:
parent
3386daa503
commit
78f116219f
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue