test_that("rd2markdown item empty tag does not throw error", {
rd <- rawRd("\\itemize{\\item{}{}}")
expect_silent(md <- rd2markdown(rd))
expect_equal(md, " * ")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.