mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-12 04:36:38 -04:00

git-subtree-dir: lib/markdown-mode git-subtree-split: 3f11a4a7609ba2a507ee10f491bdadab28e9b985
30 lines
316 B
Text
30 lines
316 B
Text
% 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...
|