diff options
author | Hakim El Hattab | 2012-09-21 09:01:08 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-09-21 09:01:08 -0400 |
commit | c5fe9bd3c4569091acbcd0b69425a39a994bdc47 (patch) | |
tree | 1120c58314987f2979f449b39d5d3e0c11a4afa3 /README.md | |
parent | c904cef8649310a4c37d53420be3fdc186fedc4f (diff) | |
parent | df2ebc570ce921b2d83883dd6dca03f6cd81b6af (diff) |
Merge branch 'markdown-in-notes' of https://github.com/technicalpickles/reveal.js
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -205,6 +205,8 @@ If you're interested in using speaker notes, reveal.js comes with a Node server To include speaker notes in your presentation, simply add an `<aside class="notes">` element to any slide. These notes will be hidden in the main presentation view. +It's also possible to write your notes with Markdown. To enable Markdown, simply add the ```data-markdown``` attribute to your ```<aside>``` elements and reveal.js will automatically load the JavaScript parser. + You'll also need to [install Node.js](http://nodejs.org/); then, install the server dependencies by running `npm install`. Once Node.js and the dependencies are installed, run the following command from the root directory: @@ -229,4 +231,4 @@ You can change the appearance of the speaker notes by editing the file at `plugi MIT licensed -Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
\ No newline at end of file +Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se |