]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorfurby <furby@web>
Fri, 28 Aug 2009 22:03:28 +0000 (18:03 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 28 Aug 2009 22:03:28 +0000 (18:03 -0400)
doc/sandbox.mdwn

index 6ea8cc60794e9fdc713e53ae79cd8b286906f84b..b986176aeecd1122630a3aa3f3d1bf9482873d25 100644 (file)
@@ -171,3 +171,10 @@ testing
 [[!toc  levels=2]]
 
 [[Mamma Mia]]
+----
+
+[[!format  c """
+void main () {
+    printf("hello, world!");
+}
+"""]]