diff --git a/IPython/nbconvert/templates/html/slides_reveal.tpl b/IPython/nbconvert/templates/html/slides_reveal.tpl index edf9011..f27fc76 100644 --- a/IPython/nbconvert/templates/html/slides_reveal.tpl +++ b/IPython/nbconvert/templates/html/slides_reveal.tpl @@ -174,7 +174,6 @@ transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/c // Optional libraries used to extend on reveal.js dependencies: [ { src: "{{resources.reveal.url_prefix}}/lib/js/classList.js", condition: function() { return !document.body.classList; } }, -{ src: "{{resources.reveal.url_prefix}}/plugin/highlight/highlight.js", async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: "{{resources.reveal.url_prefix}}/plugin/notes/notes.js", async: true, condition: function() { return !!document.body.classList; } } ] });