Nothing
test_that('typr_watch works', {
skip_if_no_typst()
p <- typr_watch('../test.typ')
expect_true(p$is_alive())
typr_watch_stop()
expect_false(p$is_alive())
})
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.