R/str_block.R

Defines functions str_block

str_block <- function(content) {
  list(
    t = "Str",
    c = as.character(content)
  )
}

Try the simplermarkdown package in your browser

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

simplermarkdown documentation built on March 31, 2023, 10:58 p.m.