aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-28 18:09:54 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-28 18:09:54 -0400
commite693717f2aa2d65f8f0cf6412a01084280fc2c9a (patch)
treeb771830d6f4b81dd9f1fb2485161f0fb568aa318 /index.html
parent9da9726403ca25cfd7d6792987ce04b9299ebd2a (diff)
downloadfreenode-live-2017-presentation-e693717f2aa2d65f8f0cf6412a01084280fc2c9a.tar
freenode-live-2017-presentation-e693717f2aa2d65f8f0cf6412a01084280fc2c9a.tar.gz
update syntax highlight after editing (#210), move markdown and highlight scripts from lib to plugin
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/index.html b/index.html
index 45029b5..89398c1 100644
--- a/index.html
+++ b/index.html
@@ -356,14 +356,15 @@ function linkify( selector ) {
// Optional libraries used to extend on reveal.js
dependencies: [
- { src: 'lib/js/highlight.js', async: true, callback: function() { window.hljs.initHighlightingOnLoad(); } },
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
- { src: 'lib/js/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
- { src: 'lib/js/data-markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
+ { src: 'plugin/markdown/showdown.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/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
+
</script>
</body>