knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Widgets

Test spacing above widget.

path1 <- tempfile()
writeLines(letters, path1)
path2 <- tempfile()
writeLines(letters[-(10:11)], path2)

diffviewer::visual_diff(path1, path2)

Test spacing below widget.



hadley/staticdocs documentation built on May 4, 2024, 3:08 a.m.