diff options
author | furby <furby@web> | 2009-08-28 18:03:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-08-28 18:03:28 -0400 |
commit | 54a3928508d4421388e1b0876f963aa648da695c (patch) | |
tree | 060aaedb14d162d518ffe70ff2324af0d5342adb /doc | |
parent | 125c6ec65028f46ed3c4dc3bbf6e26c2890a2262 (diff) | |
download | ikiwiki-54a3928508d4421388e1b0876f963aa648da695c.tar ikiwiki-54a3928508d4421388e1b0876f963aa648da695c.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sandbox.mdwn | 7 |
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!"); +} +"""]] |