projects
/
don.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f69ad2f
)
try with tripple quotes
author
Don Armstrong
<don@donarmstrong.com>
Wed, 21 Mar 2012 17:36:36 +0000
(10:36 -0700)
committer
Don Armstrong
<don@donarmstrong.com>
Wed, 21 Mar 2012 17:36:36 +0000
(10:36 -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
9360887
..
15e2a3c
100644
(file)
--- a/
r/learning_r/variables_and_objects.mdwn
+++ b/
r/learning_r/variables_and_objects.mdwn
@@
-7,11
+7,11
@@
tests of my
plugin for IkiWiki.
-[[!sweavealike verbatim=1 code=
<<END
+[[!sweavealike verbatim=1 code=
"""
a <- 1
a <- a + 10
print(a)
-
END
]]
+
"""
]]
testing