From 539884b2dc7c99f062ab804a94c24ae2f480bf64 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 3 Feb 2018 15:26:10 +0100 Subject: Enable showNotes for publishing on the web --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 7135f84..dacbf02 100644 --- a/index.html +++ b/index.html @@ -706,6 +706,7 @@ command-line arguments, multiple languages, and so on.") Reveal.initialize({ controls: false, history: true, + showNotes: true, dependencies: [ { src: 'plugin/markdown/marked.js' }, { src: 'plugin/markdown/markdown.js' }, -- cgit v1.2.3