From e3398202fa9b2bab52622b413a4c84ca95f2c2fd Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Thu, 16 Jun 2022 16:59:01 +0200 Subject: [PATCH] fix ANSI escape sequences issues Follow up on #956 Related to #954 --- vignettes/styler.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/styler.Rmd b/vignettes/styler.Rmd index 6e5b3ac3d..aa93a8eaa 100644 --- a/vignettes/styler.Rmd +++ b/vignettes/styler.Rmd @@ -145,7 +145,7 @@ As of version `1.3.2`, styler has a dry mode which avoids writing output to the In any case, you can use the (invisible) return value of `style_file()` and friends to learn how files were changed (or would have changed): -```{r} +```{r, comment = "#>"} out <- withr::with_tempfile( "code.R", {