name: inverse layout: true class: center, middle, inverse
layout: false
- Markup HowTos:
- with remark.js, render your markdown into slides
- embed markdown into a small HTML document, which also contains the remark.js script
- or let GitHub render and host your presentation:
- put your presentation markdown into a gist, and then, using the URL to that gist ...
- ... just replace gist.github.com by gistdeck.github.com
- for instance with this bookmarklet:
javascript:(function() {window.location=window.location.toString().replace(/^https:\/\/gist\.github\.com/,'https://gistdeck.github.com');})()
- or use GitHub Pages for hosting
- P toggles presentation mode (to view presenters notes, time etc.)
- C to clone presentation to a different screen
- separate slides with '---' from each other
- separate your notes with '???'
- https://github.com/gistdeck/gistdeck.github.com
- https://gist.github.com/jcouyang/8acfc555a718d62b77b2
- https://github.com/gnab/remark/blob/gh-pages/index.html - the MD source for the official site remarkjs.com