#' itemizedlist
#'
#' itemizedlist
#'
#'
#' @inheritParams common_attributes
#' @param listitem An item in a list of items. See [listitem()]
#'
#' @return a itemizedlist list object
#'
#' @export
itemizedlist <- function(listitem = NULL){
Filter(Negate(is.null),
list(
listitem = listitem))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.