Nothing
test_that("get_leftovers works", {
text <- "\\documentclass{article}\\begin{document}\\end{document}\nsome stuff after the document"
expect_equal(unname(get_leftovers(text)),
"some stuff after the document")
})
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.