Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than misc, prefix the name with the module name and a period.
Playground (misc)
.
I am making a change to this page.
The footer is automatically added below what I enter.
Is this bolded? No its not, yes it is!
Is this italicized?
can I bold and italic?
Cool
class SomeCode
{
SomeCode()
{
Console.WriteLine("Some Code");
}
}