View source: R/knit_bootstrap.R
render_bootstrap | R Documentation |
This function sets the appropriate knitr output hooks to produce a bootstrap styled report.
render_bootstrap()
This will allow use of the knitr bootstrap output hooks without the rmarkdown package. Note you still need to use pandoc to generate the HTML document, as the sundown library in the markdown package cannot handle markdown embedded in HTML tags, which knitr bootstrap uses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.