File: r-markdown-test.text

package info (click to toggle)
markdown-mode 2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: lisp: 15,774; makefile: 60; sh: 17
file content (30 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% Test example
% Mathieu Basille
% September 11, 2013

# First section

## And a sub-section

```{r sum}
2+2
```

Some text...


## Second sub-section

Some more text, and the faulty chunk with comments:

```{r comments}
2+2
## Wait, still 4?
```

And text you will never see again!


# Second section

More text...