From 381da383d9020c0d2c15ebdf5fabe1cea5440519 Mon Sep 17 00:00:00 2001 From: Amit Kotlovski Date: Wed, 1 May 2013 23:10:31 +0300 Subject: Replace the ShowDown Markdown engine with marked --- plugin/markdown/example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/markdown/example.html') 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]' ); } } ] }); -- cgit v1.2.3