Skip to content

Commit e339820

Browse files
fix ANSI escape sequences issues
Follow up on #956 Related to #954
1 parent 7f85dfe commit e339820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/styler.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ As of version `1.3.2`, styler has a dry mode which avoids writing output to the
145145

146146
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):
147147

148-
```{r}
148+
```{r, comment = "#>"}
149149
out <- withr::with_tempfile(
150150
"code.R",
151151
{

0 commit comments

Comments
 (0)