aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-05-02 09:09:33 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-05-02 09:09:33 -0400
commitbeda5f4881e99aa84beccfcde453eab15be2d4de (patch)
treedc13ee3fe3fb8bb24049b8d800603f08432d4316 /index.html
parentb649c19af95d0494aa2127eb2069d2a7f108ab72 (diff)
parent381da383d9020c0d2c15ebdf5fabe1cea5440519 (diff)
downloadperl-software-in-gnu-guix-beda5f4881e99aa84beccfcde453eab15be2d4de.tar
perl-software-in-gnu-guix-beda5f4881e99aa84beccfcde453eab15be2d4de.tar.gz
merge showdown to marked migration
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 8f4b3bc..699c038 100644
--- a/index.html
+++ b/index.html
@@ -363,7 +363,7 @@ function linkify( selector ) {
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
- { src: 'plugin/markdown/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
+ { 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/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },