Nothing
test_that('typr_compile works', {
skip_if_no_typst()
path <- typr_compile('hello world')
expect_true(file.exists(path))
path <- typr_compile('../test.typ') # , output_file = fs::file_temp(ext = 'pdf'))
expect_true(file.exists(path))
})
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.