Your Title

Howdy, this is your wiki.

It's designed to be a really simple wiki that doesn't get in your way. The layout was inspired by documentation projects like Backbone

Features

Table of Contents

The table of contents on the left is automatically generated from your markdown.

Responsive

Works on devices of various sizes

Markdown

Code new Class([options])

Source code is automatically syntax-highlighted when indented with 4 spaces:

for (var i = 0; i < 10; i++) {
  alert(i);
}

Or using the alternative Github Flavored Markdown syntax.

Tables

Tables can be displayed like this:

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell

Lists

Lists are trivial:

Or numeric:

  1. one
  2. two

Horizontal rules


Quotes

This entire paragraph of text will be enclosed in an HTML blockquote element. Blockquote elements are reflowable. You may arbitrarily wrap the text to your liking, and it will all be parsed into a single blockquote element.

HTML

You can also embed any HTML you like, for example here's a button:

Link to Homepage