Skip to content

Commit 486f2f4

Browse files
Merge pull request #957 from IndrajeetPatil/ansi_issue_follow_up
fix ANSI escape sequences issues
2 parents 7f85dfe + e339820 commit 486f2f4

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)