Skip to content

Commit bbfc5aa

Browse files
committed
docs: Fix rendering in vanilla session
1 parent 4353b99 commit bbfc5aa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.Rmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ clean_output <- function(x, options) {
3232
x
3333
}
3434
35-
options(cli.num_colors = 256)
35+
options(
36+
cli.num_colors = 256,
37+
cli.width = 80,
38+
width = 80,
39+
pillar.bold = TRUE
40+
)
3641
3742
local({
3843
hook_source <- knitr::knit_hooks$get("document")

0 commit comments

Comments
 (0)