Skip to content
Roger Alsing edited this page Aug 15, 2014 · 13 revisions

Documentation

Wiki guidelines:

Start with a H1 header

# My header

Headers are used when generating the ToC for the Wiki site.

Code is documented using backtick fence notation:

```csharp
public void foo()
{
}
```

Notifications are done using backquote natation followed by **warning** or **notification**

>**note** some notification

Use the menu on the right to navigate to different pages.

Clone this wiki locally