Nothing
test_that("multiplication works", {
css <- tempfile(pattern = "file", fileext = ".css")
on.exit(unlink(css), add = TRUE)
cat("html {}\n", file = css)
out <- convert_markdown2html("# hello", stylesheet = css, template = FALSE)
exp <- "<h1 id=\"hello\">hello</h1>\n"
expect_equal(out, exp)
})
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.