diff options
author | nihilus <nihilus@web> | 2013-05-07 01:58:47 +0200 |
---|---|---|
committer | Wiki User Oberon <nobody@nowhere.ws> | 2013-05-07 01:58:47 +0200 |
commit | c1dc1e3b8f6dd0f3d48a309b8a678fc4d7466ee8 (patch) | |
tree | ffeb5c4bc93d2c0258bf0f06a60febde0ff8acbd | |
parent | 00d446b9ebe4839dd36b5702c8591f0b77f138ce (diff) |
-rw-r--r-- | sandbox.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sandbox.mdwn b/sandbox.mdwn index 7f255c2..476c3e9 100644 --- a/sandbox.mdwn +++ b/sandbox.mdwn @@ -5,6 +5,18 @@ This is the SandBox, a page anyone can edit to learn how to use the wiki. [[inktest|http://google.de]] [[link test|http://google.de]] +Hopefully, here will be some sourcecode in highlight. + +[[!format c """ +#include <stdio.h> + +int main(int argc, char **argv) +{ + puts("Hello, World!\n"); + return 0; +} +"""]] + Here's a paragraph. Here's another one with *emphasised* text. |