]> git.donarmstrong.com Git - don.git/blobdiff - r/learning_r/variables_and_objects.mdwn
try with tripple quotes
[don.git] / r / learning_r / variables_and_objects.mdwn
index a789cec16845bb59cc100da1b6eb1dde432e50ea..15e2a3c52729e4d50311d3e00615c8cf8f0ecec7 100644 (file)
@@ -7,8 +7,11 @@ tests of my
 plugin for IkiWiki.
 
 
-[[!sweavealike code=<<END
+[[!sweavealike verbatim=1 code="""
 a <- 1
 a <- a + 10
 print(a)
-END]]
+"""]]
+
+
+testing