Nothing
library(testthat)
library(gluedown)
library(rvest)
library(glue)
test_that("md_hardline creates a <br /> tag (ex. 655)", {
# https://github.github.com/gfm/#example-655
x <- c("foo", "baz")
x %>%
md_hardline() %>%
md_convert() %>%
read_html() %>%
html_node("br") %>%
expect_full()
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.