projects
/
don.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8720c7
)
add verbatim to test
author
Don Armstrong
<don@donarmstrong.com>
Wed, 21 Mar 2012 17:03:26 +0000
(10:03 -0700)
committer
Don Armstrong
<don@donarmstrong.com>
Wed, 21 Mar 2012 17:03:26 +0000
(10:03 -0700)
r/learning_r/variables_and_objects.mdwn
patch
|
blob
|
history
diff --git
a/r/learning_r/variables_and_objects.mdwn
b/r/learning_r/variables_and_objects.mdwn
index
a789cec
..
aa35b1e
100644
(file)
--- a/
r/learning_r/variables_and_objects.mdwn
+++ b/
r/learning_r/variables_and_objects.mdwn
@@
-7,7
+7,7
@@
tests of my
plugin for IkiWiki.
-[[!sweavealike code=<<END
+[[!sweavealike
verbatim=1
code=<<END
a <- 1
a <- a + 10
print(a)