diff --git a/NEWS.md b/NEWS.md index 91cb4d34c..5adf7932c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -32,12 +32,16 @@ editor_options: **Other** +- Old (and outdated) vignettes have been removed (\@IndrajeetPatil, #955). + To access them, do `git checkout v1.0.0`. - Upgrade testing infra to testthat 3e (\@IndrajeetPatil, #949). - All (R)md files in this project's source code are now formatted with default pandoc markdown formatter. This conversion is required when using the visual mode in RStudio (#941). - Update {pkgdown} action to always build, but only deploy on default branch (#946). +- turned off `styler.print.Vertical` in vignettes so ANSI output of {prettycode} + not messing with {pkgdown} (#956, \@IndrajeetPatil). # styler 1.7.0 diff --git a/vignettes/styler.Rmd b/vignettes/styler.Rmd index cd224fa76..6e5b3ac3d 100644 --- a/vignettes/styler.Rmd +++ b/vignettes/styler.Rmd @@ -19,6 +19,8 @@ knitr::knit_engines$set(list( ) } )) + +options(styler.colored_print.vertical = FALSE) ``` # Entry-points