#' Title
#'
#' @param input
#'
#' @return
#' @export
#'
#' @examples
#' note_in_md_word(input$markdownid)
note_in_md_word=function(input){
f1 = tempfile()
writeLines(input, f1)
return(knitr::asis_output(readLines(f1, encoding = 'UTF-8')) )
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.