This is my first day trying to use slidify.
Just wondering if the slidy option for framework should work? I am able to generate slides using each of the other options in brackets {io2012, html5slides, shower, dzslides} however with slidy as the option, the index.html generated file has a size of 0.
---
title : Testing
framework : slidy # {io2012, html5slides, shower, dzslides, ...}
highlighter : highlight.js # {highlight.js, prettify, highlight}
hitheme : tomorrow #
widgets : [] # {mathjax, quiz, bootstrap}
mode : selfcontained # {standalone, draft}
---
(I am using an extract of the R markdown code linked to from: http://lamages.blogspot.com.au/2013/05/interactive-presentation-with-slidify.html)