vignettes/test/rendering.Rmd
rendering.Rmd
This vignette tests pkgdown output rendering for several use cases.
Yay1
This document uses a variety of linking styles for testing purposes
Local:
Remote:
These shouldn’t be linked.
Authors@R
content-home.html
toc: depth
x = y
1 + 2
#> [1] 3
col 1 | col 2 | col 3 | col 4 |
---|---|---|---|
Brightness | Total brightness, total reflectance, spectral intensity | \[y = x^2\] | test |
\[f(x) = \dfrac{1}{\sqrt{2\pi\sigma^2}} e^{-\frac{(x-\mu^2)}{2\sigma^2}}\]
Inline equations: \(y=x^2\)
Test spacing above widget.
Test spacing below widget.
cat(crayon::red("This is red"), "\n")
#> This is red
cat(crayon::blue("This is blue\n"), "\n")
#> This is blue
#>
message(crayon::green("This is green"))
#> This is green
warning(crayon::bold("This is bold"))
#> Warning: This is bold
Some text
Some more text
Single-line quote about something miscellaneous.
Blablablablablabla.
Blablablablablabla.
Blablablablablabla.
Blablablablablabla.
There should however be no bug here!