diff options
author | Amit Kotlovski <amitbk@gmail.com> | 2013-05-01 23:10:31 +0300 |
---|---|---|
committer | Amit Kotlovski <amitbk@gmail.com> | 2013-05-01 23:10:31 +0300 |
commit | 381da383d9020c0d2c15ebdf5fabe1cea5440519 (patch) | |
tree | ab8b32f52ff0d9c11d09d2de34e37c0f0b1106eb /index.html | |
parent | 247771e129f431fc751140d8da4c2fe60815a51f (diff) | |
download | fosdem-2018-presentation-381da383d9020c0d2c15ebdf5fabe1cea5440519.tar fosdem-2018-presentation-381da383d9020c0d2c15ebdf5fabe1cea5440519.tar.gz |
Replace the ShowDown Markdown engine with marked
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } }, |