test_that("TRUE", {
expect_true(isHeaderLevel(1)) # nolint
expect_true(isHeaderLevel(7L))
})
test_that("FALSE", {
expect_false(isHeaderLevel(seq_len(7L)))
expect_false(isHeaderLevel(0L))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.