This is line 1.
This is line 2.
This is line 3 with the word example.
```{r}
# This is a code chunk

x <- 1:10
print(x)
```
This is line 4.
This is line 5 with another example.
```{r}
# Another code chunk
y <- 20:30
mean(y)
```
This is line 6.
This is line 7.
This is line 8.
This is line 9.
This is line 10.

This is line 11 with no matching pattern.


