From a268279a5d1507cf27443e6fd2d6dcf835fae19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Nar=C3=A7on?= <nicolas.narcon@inrae.fr> Date: Sun, 21 Aug 2022 23:25:27 +0200 Subject: [PATCH] FIX: remove reveal drawer reference --- slides/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/index.html b/slides/index.html index c82688a..693f856 100644 --- a/slides/index.html +++ b/slides/index.html @@ -172,7 +172,7 @@ slideNumber: true, // Learn about plugins: https://revealjs.com/plugins/ - plugins: [ RevealMarkdown, RevealHighlight, RevealNotes, RevealDrawer ], + plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ], // The "normal" size of the presentation, aspect ratio will // be preserved when the presentation is scaled to fit different -- GitLab