R/default.R

#' Default values
#' @noRd
NULL

default_summary <- c(
  source = "Source", output = "Output",
  message = "Message", warning = "Warning", error = "Error"
)

default_folding <- c(
  source = "none",
  output = "none",
  message = "none",
  warning = "none",
  error = "none"
)

pkg <- "minidown"

Try the minidown package in your browser

Any scripts or data that you put into this service are public.

minidown documentation built on March 18, 2022, 7:29 p.m.