library(latextools)
test_that("bold works",{
expect_equal(bold("A"), "\\textbf{A}")
expect_equal(bold(NA), "\\textbf{NA}")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.