diff options
author | Hakim El Hattab | 2013-05-02 09:09:33 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-05-02 09:09:33 -0400 |
commit | beda5f4881e99aa84beccfcde453eab15be2d4de (patch) | |
tree | dc13ee3fe3fb8bb24049b8d800603f08432d4316 /plugin/markdown/example.html | |
parent | b649c19af95d0494aa2127eb2069d2a7f108ab72 (diff) | |
parent | 381da383d9020c0d2c15ebdf5fabe1cea5440519 (diff) |
merge showdown to marked migration
Diffstat (limited to 'plugin/markdown/example.html')
-rw-r--r-- | plugin/markdown/example.html | 2 |
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]' ); } } ] }); |