Skip to content

Commit 7dd6965

Browse files
committed
build
1 parent 0e1ac13 commit 7dd6965

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ You can style a simple character vector of code with `style_text()`:
1313
ugly_code <- "a<-function( x){1+1} "
1414
style_text(ugly_code) %>%
1515
cat(sep = "\n")
16-
#> a <- function(x) {1 + 1}
16+
#> a <- function(x) {
17+
#> 1 + 1
18+
#> }
1719
```
1820

1921
There are a few variants of `style_text()`:

0 commit comments

Comments
 (0)