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"
atusy/minidown documentation built on Feb. 19, 2022, 10:34 a.m.