aboutsummaryrefslogtreecommitdiff
path: root/plugin/markdown/example.html
diff options
context:
space:
mode:
authorAmit Kotlovski <amitbk@gmail.com>2013-05-01 23:10:31 +0300
committerAmit Kotlovski <amitbk@gmail.com>2013-05-01 23:10:31 +0300
commit381da383d9020c0d2c15ebdf5fabe1cea5440519 (patch)
treeab8b32f52ff0d9c11d09d2de34e37c0f0b1106eb /plugin/markdown/example.html
parent247771e129f431fc751140d8da4c2fe60815a51f (diff)
downloadfreenode-live-2017-presentation-381da383d9020c0d2c15ebdf5fabe1cea5440519.tar
freenode-live-2017-presentation-381da383d9020c0d2c15ebdf5fabe1cea5440519.tar.gz
Replace the ShowDown Markdown engine with marked
Diffstat (limited to 'plugin/markdown/example.html')
-rw-r--r--plugin/markdown/example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/markdown/example.html b/plugin/markdown/example.html
index b4e7f91..1253cba 100644
--- a/plugin/markdown/example.html
+++ b/plugin/markdown/example.html
@@ -86,7 +86,7 @@
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: '../../lib/js/classList.js', condition: function() { return !document.body.classList; } },
- { src: 'showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
+ { src: 'marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }
]
});