tests/testthat/_snaps/html.md

create_markup_{fg,bg}

Code
  create_markup_fg("4", theme = theme)
Output
  [1] "color: #71BEF2;"
Code
  create_markup_fg("12", theme = theme)
Output
  [1] "color: #73BEF3;"
Code
  create_markup_fg("#010203", theme = theme)
Output
  [1] "color:#010203;"
Code
  create_markup_bg("4", theme = theme)
Output
  [1] "background-color: #71BEF2;"
Code
  create_markup_bg("12", theme = theme)
Output
  [1] "background-color: #73BEF3;"
Code
  create_markup_bg("#010203", theme = thene)
Output
  [1] "color:#010203;"


r-lib/asciicast documentation built on Jan. 31, 2024, 1:19 p.m.