tests/testthat/_snaps/caution.md

caution_bullets() creates bulleted list with optional postamble

Code
  caution_bullets("preamble", letters[1:3])
Output
  preamble
  - a
  - b
  - c

Code
  caution_bullets("preamble", letters[1:3], postamble = "after")
Output
  preamble
  - a
  - b
  - c
  after


rstudio/renv documentation built on July 8, 2024, 5:48 a.m.