Nothing
test_that("pakret initialisation gives meaningful error messages", {
skip_on_os("windows")
expect_snapshot(
local_files(make_template(meta = "title: no bibs"), bib = NULL),
error = TRUE
)
expect_snapshot(
local_files(make_template(meta = "bibliography: foo.md"), bib = NULL),
error = TRUE
)
})
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.