Nothing
test_that("element_description", {
text_in <- c("multiple", NA, "", ".remark-slide-content", "h1", "pre, code")
text_out <- c(
"Used in multiple CSS rules.",
"",
"",
"Modifies the `.remark-slide-content` class.",
"Modifies the `h1` element.",
"Modifies the `pre, code` elements."
)
expect_equal(element_description(text_in), text_out)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.