Markdown is a simple format for adding formatting to text. This page shows some of the basic Markdown markup. For a more complete introduction to Markdown, please see John Gruber's Markdown Syntax.
Please note that you can use Sputnik with other markup formats. See Markup for more information.
Links
Wiki Links: [[Architecture]]
External Links: [a great site](http://www.greatsite.com)
Emphasis
Bold: **some text** (__some text__ also works)
Italic: _some text_ (*some text* also works)
Headers
H1: don't use this on this wiki
H2: ## Header or underline the header with ------, e.g.
Installing on Unix
------------------
H3-H6: ### Header, ### Header, etc.
Code
Code Blocks: indent the code by four spaces, e.g.
foo = function() return nil end
Code inside the paragraph: surround the code in back-ticks, e.g.: `foo()`
(If you want to display your whole page as if it was code, you can set it's
"actions" field to {show="wiki.code"} instead of indenting the whole page.)