aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfurby <furby@web>2009-08-28 18:03:28 -0400
committerJoey Hess <joey@kitenet.net>2009-08-28 18:03:28 -0400
commit54a3928508d4421388e1b0876f963aa648da695c (patch)
tree060aaedb14d162d518ffe70ff2324af0d5342adb /doc
parent125c6ec65028f46ed3c4dc3bbf6e26c2890a2262 (diff)
downloadikiwiki-54a3928508d4421388e1b0876f963aa648da695c.tar
ikiwiki-54a3928508d4421388e1b0876f963aa648da695c.tar.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/sandbox.mdwn7
1 files changed, 7 insertions, 0 deletions
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!");
+}
+"""]]