dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

r-markdown-test.text (316B)


      1 % Test example
      2 % Mathieu Basille
      3 % September 11, 2013
      4 
      5 # First section
      6 
      7 ## And a sub-section
      8 
      9 ```{r sum}
     10 2+2
     11 ```
     12 
     13 Some text...
     14 
     15 
     16 ## Second sub-section
     17 
     18 Some more text, and the faulty chunk with comments:
     19 
     20 ```{r comments}
     21 2+2
     22 ## Wait, still 4?
     23 ```
     24 
     25 And text you will never see again!
     26 
     27 
     28 # Second section
     29 
     30 More text...