From: furby Date: Fri, 28 Aug 2009 22:03:28 +0000 (-0400) Subject: (no commit message) X-Git-Tag: 3.1415926~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=54a3928508d4421388e1b0876f963aa648da695c;p=ikiwiki.git --- diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn index 6ea8cc607..b986176ae 100644 --- a/doc/sandbox.mdwn +++ b/doc/sandbox.mdwn @@ -171,3 +171,10 @@ testing [[!toc levels=2]] [[Mamma Mia]] +---- + +[[!format c """ +void main () { + printf("hello, world!"); +} +"""]]