test_that("`bm_options()` works as expected", {
skip_if_not_installed("withr")
withr::local_options(bm_options(default = TRUE))
expect_equal(bm_options(bittermelon.fg = FALSE),
bm_options(default = TRUE))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.