Nothing
# run tests on CI (these tests depend on Chrome)
print_pdf = function(input, output = tempfile(), ...) {
chrome_print(input, output, ...)
}
if (!is.na(Sys.getenv('CI', NA))) {
options(pagedown.remote.maxattempts = 100L)
testit::test_pkg('pagedown', 'test-ci')
}
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.