summaryrefslogtreecommitdiff
path: root/sandbox.mdwn
diff options
context:
space:
mode:
authornihilus <nihilus@web>2013-05-07 01:58:47 +0200
committerWiki User Oberon <nobody@nowhere.ws>2013-05-07 01:58:47 +0200
commitc1dc1e3b8f6dd0f3d48a309b8a678fc4d7466ee8 (patch)
treeffeb5c4bc93d2c0258bf0f06a60febde0ff8acbd /sandbox.mdwn
parent00d446b9ebe4839dd36b5702c8591f0b77f138ce (diff)
Diffstat (limited to 'sandbox.mdwn')
-rw-r--r--sandbox.mdwn12
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.