aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGaëtan Renaudeau <renaudeau.gaetan@gmail.com>2015-11-07 09:21:07 +0100
committerGaëtan Renaudeau <renaudeau.gaetan@gmail.com>2015-11-07 09:21:07 +0100
commitd44bcdb3ffacf59f407b250d51ad688a60f90318 (patch)
tree9ff9a2294198a34897912f901d1c199a1666fb0d /index.html
parent9b5e16055a916bfc4165b5808faeea4e30ddccab (diff)
downloadfreenode-live-2017-presentation-d44bcdb3ffacf59f407b250d51ad688a60f90318.tar
freenode-live-2017-presentation-d44bcdb3ffacf59f407b250d51ad688a60f90318.tar.gz
Fixes #1225
always enable highlight.js to fix markdown-only usage
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 1049a85..c951ff7 100644
--- a/index.html
+++ b/index.html
@@ -399,7 +399,7 @@ Reveal.addEventListener( 'customevent', function() {
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ 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, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
+ { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]