Nothing
library(testthat)
library(gluedown)
library(rvest)
library(glue)
test_that("md_convert can optionally disallow certain HTML", {
"foo" %>%
md_bold() %>%
md_convert(disallow = FALSE) %>%
read_html() %>%
html_node("strong") %>%
html_text() %>%
expect_equal("foo")
})
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.