diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-14 22:06:53 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-14 22:06:53 -0400 |
commit | 022d8ca27d0eca6b559045888781d2159a5e602f (patch) | |
tree | 481ef603cb8e5c45e28ca02b7eb7aa271f8a92a2 /README.md | |
parent | fc72690cd9301c58ed75d7640ad5d9b8b3c277d4 (diff) | |
download | perl-software-in-gnu-guix-022d8ca27d0eca6b559045888781d2159a5e602f.tar perl-software-in-gnu-guix-022d8ca27d0eca6b559045888781d2159a5e602f.tar.gz |
readme tweaks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -87,16 +87,15 @@ Reveal.js doesn't _rely_ on any third party scripts to work but a few optional l ```javascript Reveal.initialize({ dependencies: [ - // syntax highlight for <code> sections + // Syntax highlight for <code> elements { src: 'lib/js/highlight.js', async: true, callback: function() { window.hljs.initHighlightingOnLoad(); } }, - // cross-browser shim that fully implements classList - https://github.com/eligrey/classList.js/ + // Cross-browser shim that fully implements classList - https://github.com/eligrey/classList.js/ { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } } - // interpret Markdown in <section> elements + // Interpret Markdown in <section> elements { src: 'lib/js/data-markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'lib/js/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, - // speaker notes support + // Speaker notes support { src: 'plugin/speakernotes/client.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } }, - // required by speakernotes { src: 'socket.io/socket.io.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } }, ] }); |