Wiki

This is the SandBox, a page anyone can edit to learn how to use the wiki.


inktest link test

Hopefully, here will be some sourcecode in highlight.

#include <stdio.h>

int main(int argc, char **argv)
{
    /* This prints a Hello, World! */
    puts("Hello, World!\n");
    return 0;
}

static void troll(void)
{
   goto out;
out:
   return 5;
}

Here's a paragraph.

Here's another one with emphasised text.

I wonder what happens if I add a new ?projects

Header

Subheader

This is a blockquote.

This is the first level of quoting.

This is nested blockquote.

Back to the first level.

Numbered list

  1. First item.
  2. Another.
  3. And another..

Bulleted list

  • item
  • item

WikiLink