This looks very nice. I use slidedown[1] right now (Ruby + jQuery). There, slides are written as one Markdown file and then slideshow builds that into a presentation (the Javascript gets included in the file). I could imagine writing a small script to automate doing a similar thing here. (Not really necessary, but I like that workflow.)
The only extra I'm missing right away is a simple, built-in way to embed code blocks with some kind of syntax highlighting. (Slidedown uses Pygments + a simple custom syntax to specify language.) Probably shouldn't be too hard to make an extension that does that.
The only extra I'm missing right away is a simple, built-in way to embed code blocks with some kind of syntax highlighting. (Slidedown uses Pygments + a simple custom syntax to specify language.) Probably shouldn't be too hard to make an extension that does that.
[1] https://github.com/nakajima/slidedown