I need to decide between using --- as slide separator vs. !SLIDE. The advantage of the latter is that it is easier to stick in slide classes by adding it to the !SLIDE line, whereas in the other case, I need to add it in a separate line. The !SLIDE separator is used by showoff and keydown
I can support syntax highlighting either using highlight.js or the highlight package in R. The advantage of using the highlight package in R is that it leads to much better syntax highlighting as it is able to recognize R specific constructs. The key is to set out.format = "html" so that knitr is fooled into highlighting syntax and use render_html so that code chunks and their outputs are wrapped in html tags. The key question is how to code this elegantly so that it is easy to add more syntax highlighters in the future.
I need to explicitly set opts_knit$set(out.format = "html") inside the .Rmd file in order to allow syntax highlighting by the highlight package in R. Ideally, I want this option to be automatically set if the highlighter is R. Maybe, if I
cover and fill do the same thing and fill out the entire slide.knitr seems to wrap everything inside a maze of divs and I am really not sure how to style them. One option is to rewrite the default hooks so that things are consistent.dcf or yaml formats)title, author, date, license etc..Rmd files to be combined while generating a slide deck. It should be relatively straightforward, since I am already splitting a document into slides. It would just require a minor modification inside slidify.slidify and use it on the introductory slide deck. DONEI need to consolidate the best features across the different frameworks so that a user can concentrate just on the content. Here are some of the major elements that need to be consolidated
..ul: incremental tags appropriately.header specification to title in shower so that it is appropriately styled.css and js files.config.R file which specifies presentation specific settings.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.