test_that("rd2markdown verb empty tag does not throw warning (#22)", {
rd <- rawRd("\\verb{}")
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.