#' function that cleans up text from link data
#'
link_data_clean_text <- function(text){
str_trim(str_replace(text, "#\u00a7#",""))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.