test_that("handle Latex in graphviz", {
testthat::expect_no_error(
dag_create() %>%
dag_node("X\u2080") %>%
dag_render())
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.