-
Notifications
You must be signed in to change notification settings - Fork 1k
Home
Roger Alsing edited this page Aug 15, 2014
·
13 revisions
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 notation followed by **warning**
or **notification**
>**note** some notification
Use the menu on the right to navigate to different pages.