tests/testthat/_snaps/verbatim.md

verbatim text is correctly styled

Code
  local({
    theme <- list(.padded = list(`margin-left` = 4))
    cli_div(class = "padded", theme = theme)
    lines <- c("first", "second", "third")
    cli_verbatim(lines)
    cli_verbatim(paste0(lines, collapse = "\n"))
  })
Message
      first
      second
      third
      first
      second
      third


Try the cli package in your browser

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

cli documentation built on March 31, 2023, 9:04 p.m.