From here.
reveal.js is an interesting Javascript tool which can generate cool slideshows from markdown text. Pandoc can make it even easier. Here is the steps.
- Download the latest reveal.js;
- Download the pandoc template file for reveal.js from here;
- Install pandoc;
- Unzip the reveal.js package file and copy the template file to the reveal.js directory;
- Create you markdown format slides file under the same directory;
- Run the following command to generate the slides:
1 | # Assume your mardown file is named as "slides.md" |
Now open the “slides.html” to view your slides.