diff options
Diffstat (limited to 'sandbox.mdwn')
-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. |