options(htmltools.dir.version = FALSE)
class: reg-slide layout: true
class: reg-section
Section Presenter
--
--
--
.footnote[ [1] footnote for bullet 3 ]
class: reg-section
.pull-left[ Left text - bullet 1
bullet 2
bullet 31 ]
.pull-right[ Right text - bullet 4
bullet 5
bullet 6 ]
--
.footnote[ [1] footnote for bullet 3 ]
par(mar = c(4, 4, 1, .1)) plot(cars, pch = 19, col = 'darkgray', las = 1) #<<
If you want to generate a table, make sure it is in the HTML format (instead of Markdown or other formats), e.g.,
knitr::kable(head(iris), format = 'html')
layout: false class: final-slide
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.