#' Minor words
#'
#' A named character vector containing minor words as defined in the [APA style
#' guide](https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case).
#' The words in this set are not to be capitalized in title case.
#'
#' @format A character vector
#' @source \url{https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case}
"minor_words"
#' Known acronyms
#'
#' A named character vector for use with stringr::str_replace_all to replace
#' lower cased versions of acronyms with an all capitalized version of the
#' acronym.
#'
#' @format A named character vector
"known_acronyms"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.