diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-06-19 09:36:25 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-06-19 09:36:25 +0200 |
commit | 7d0d3c24ca16d17034c5891e8966b33ffc2c533c (patch) | |
tree | 3b1de8054c8971fa349c44ad3665d003dc327e6d /demo.html | |
parent | af7c33b902dbeff05e32dcd720b1480356401e6b (diff) | |
parent | ce467b53bc44325424787858c59bb134ed53f8b6 (diff) | |
download | perl-software-in-gnu-guix-7d0d3c24ca16d17034c5891e8966b33ffc2c533c.tar perl-software-in-gnu-guix-7d0d3c24ca16d17034c5891e8966b33ffc2c533c.tar.gz |
Merge branch 'master' of https://github.com/linux-man/reveal.js into dev
Diffstat (limited to 'demo.html')
-rw-r--r-- | demo.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -398,6 +398,7 @@ Reveal.addEventListener( 'customevent', function() { { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, + { src: 'plugin/search/search.js', async: true }, { src: 'plugin/zoom-js/zoom.js', async: true }, { src: 'plugin/notes/notes.js', async: true } ] |