#' @title LaTeX
#'
#' @description Convert the selected text in inline LaTeX.
#'
#' @return inline LaTeX text (in markdown)
#'
#' @rdname latex
#' @export
#'
#' @examples
#' \dontrun{
#' remedy_example(
#' c( "Latex stuffs"),
#' latexr
#' )
#' }
#'
latexr <- function() enclose("$")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.