From 8b9960d86f67f82a77999d0c347d1d099f2e3ad2 2014-05-27 13:46:55 From: damianavila Date: 2014-05-27 13:46:55 Subject: [PATCH] Deleted additional highlightning from reveal, closes #5819 and #5907. --- 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; } } ] });