## page was renamed from HelpContents
= HelpHelp! =
==== General Editing: ====
 * The GUI editor does not like Safari very much, but I've had no problems with Firefox.

==== Pretty Code ====
to create pretty code, insert the code in text mode surrounded by curly brackets and a shebang:

{{{{
{{{#!highlight [code type]

[code here]

}}}
}}}}
I've been using nasm as the code type for our assembly files, but there might be a better one out there.

[[http://moinmo.in/HelpOnParsers|Go here for moinmoin details]]  and [[http://pygments.org/|go here for the highlighter page, pygments]]