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
The table of contents on the left is automatically generated from your markdown.
Works on devices of various sizes
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 can be displayed like this:
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
Lists are trivial:
Or numeric:
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.
You can also embed any HTML you like, for example here's a button: