tests/testthat/_snaps/highlight.md

pre() can produce needed range of outputs

Code
  cat(pre("x"))
Output
  <pre><code>x</code></pre>
Code
  cat(pre("x", r_code = TRUE))
Output
  <pre class='sourceCode r'><code>x</code></pre>


Try the pkgdown package in your browser

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

pkgdown documentation built on Dec. 28, 2022, 1:37 a.m.