From c1dc1e3b8f6dd0f3d48a309b8a678fc4d7466ee8 Mon Sep 17 00:00:00 2001 From: nihilus Date: Tue, 7 May 2013 01:58:47 +0200 Subject: --- sandbox.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 + +int main(int argc, char **argv) +{ + puts("Hello, World!\n"); + return 0; +} +"""]] + Here's a paragraph. Here's another one with *emphasised* text. -- cgit v1.2.1