unell <- function(x) { gsub(cli::symbol$ellipsis, "...", x, fixed = TRUE) } unell_bullets <- function(...) { unell(bullets(...)) } unell_commas <- function(...) { unell(commas(...)) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.