#' orderedlist
#'
#' orderedlist
#'
#'
#' @inheritParams common_attributes
#' @param listitem An item in a list of items. See [listitem()]
#'
#' @return a orderedlist list object
#'
#' @export
orderedlist <- 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.