Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 862 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 862 Bytes

html5slides-markdown

It's based on Google's html5slides project, we add markdown support for it.

What is Google's html5slides project?

Please visit http://code.google.com/p/html5slides/ to get more info about this project.

Installation

Run sudo python setup.py install to install it.

That's it!

Usage

  1. Write your slides in a markdown file
  2. Remember, '---' is the signal for a new slide
  3. Run givemeslides <markdown file name> > <slides name>.html to generate slides file
  4. That's it. You got a .html file now, view it with your favourite browser, not IE. LOL, have fun!

Example

Markdown file: example.md Slides: example.html