fix: hide speaker notes
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
c10a246c05
commit
38e3626a8a
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@
|
||||||
Reveal.initialize({
|
Reveal.initialize({
|
||||||
hash: true,
|
hash: true,
|
||||||
slideNumber: 'c/t',
|
slideNumber: 'c/t',
|
||||||
showNotes: true,
|
// showNotes: true,
|
||||||
|
|
||||||
// Learn about plugins: https://revealjs.com/plugins/
|
// Learn about plugins: https://revealjs.com/plugins/
|
||||||
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
|
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue