Skip to content

Commit 931e0a2

Browse files
committed
changes due to yihui/xfun@525816e
1 parent b26aa39 commit 931e0a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+285
-276
lines changed

001-minimal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ See [output here](https://github.com/yihui/knitr-examples/blob/master/001-minima
1616
A _paragraph_ here. A code chunk below (remember the three backticks):
1717

1818

19-
```r
19+
``` r
2020
1 + 1
2121
```
2222

2323
```
2424
## [1] 2
2525
```
2626

27-
```r
27+
``` r
2828
0.4 - 0.7 + 0.3 # what? it is not zero!
2929
```
3030

@@ -37,13 +37,13 @@ A _paragraph_ here. A code chunk below (remember the three backticks):
3737
It is easy.
3838

3939

40-
```r
40+
``` r
4141
plot(1:10)
4242
```
4343

4444
![plot of chunk unnamed-chunk-2](https://db.yihui.org/knitr-examples/figure/001-minimal-unnamed-chunk-2-1.png)
4545

46-
```r
46+
``` r
4747
hist(rnorm(1000))
4848
```
4949

@@ -63,7 +63,7 @@ You can write code within other elements, e.g. a list
6363

6464
1. foo is good
6565

66-
```r
66+
``` r
6767
strsplit("hello indented world", " ")[[1]]
6868
```
6969

@@ -77,7 +77,7 @@ Or inside blockquotes:
7777
> Here is a quote, followed by a code chunk:
7878
>
7979
>
80-
> ```r
80+
> ``` r
8181
> x = 1:10
8282
> rev(x^2)
8383
> ```

0 commit comments

Comments
 (0)