Skip to content

Commit

Permalink
use a single # to comment out code: yihui/knitr#2380
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Nov 1, 2024
1 parent fd4dc72 commit fb43733
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions 094-purl-qmd.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ if (FALSE) plot(1:10)
## ------------------------------------------------------------------------
#| label: test-c
#| eval: false
## paste(letters, collapse = '|')
## if (1 == 1) {
## 'Awesome!'
## }
# paste(letters, collapse = '|')
# if (1 == 1) {
# 'Awesome!'
# }

8 changes: 4 additions & 4 deletions 094-purl.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if (FALSE) plot(1:10)


## ----test-c, eval=FALSE--------------------------------------------------
## paste(letters, collapse = '|')
## if (1 == 1) {
## 'Awesome!'
## }
# paste(letters, collapse = '|')
# if (1 == 1) {
# 'Awesome!'
# }

0 comments on commit fb43733

Please sign in to comment.