Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Reveal.initialize({
  2. //Parameters values...
  3.  
  4. //Optional reveal.js plugins
  5. dependencies: [
  6. { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
  7. { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
  8. { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
  9. { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
  10. { src: 'plugin/zoom-js/zoom.js', async: true },
  11. { src: 'plugin/notes/notes.js', async: true }
  12. ]
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement