Add links to kill unused reference lines
[markdown-mode.git] / tests / r-markdown-test.text
blob6f70ca60cfddaa2f37197fb2e07ce92b3cbf41fe
1 % Test example
2 % Mathieu Basille
3 % September 11, 2013
5 # First section
7 ## And a sub-section
9 ```{r sum}
10 2+2
11 ```
13 Some text...
16 ## Second sub-section
18 Some more text, and the faulty chunk with comments:
20 ```{r comments}
21 2+2
22 ## Wait, still 4?
23 ```
25 And text you will never see again!
28 # Second section
30 More text...