diff options
author | Hakim El Hattab | 2019-03-04 14:32:38 +0100 |
---|---|---|
committer | Hakim El Hattab | 2019-03-04 14:32:38 +0100 |
commit | c40e9819a24922dd1f16ea7b0bb809127978a21b (patch) | |
tree | f5c8802b12d7829e7f62d3a5ac4642b93490a3a2 /demo.html | |
parent | d780352b7f78e16635ce9fabf2dbb53639610f18 (diff) |
highlight, math, notes and zoom plugins now register via Reveal.registerPlugin
Diffstat (limited to 'demo.html')
-rw-r--r-- | demo.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -402,7 +402,7 @@ Reveal.addEventListener( 'customevent', function() { dependencies: [ { 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/highlight/highlight.js', async: true }, { src: 'plugin/search/search.js', async: true }, { src: 'plugin/zoom-js/zoom.js', async: true }, { src: 'plugin/notes/notes.js', async: true } |