welcome: please sign in
location: Diff for "HelpHelp!"
Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2010-06-16 01:16:54
Size: 86
Comment:
Revision 6 as of 2010-06-16 01:27:47
Size: 568
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Describe HelpContents here. = HelpHelp!! =
=== General Editing: ===
 * The GUI editor does not like Safari very much, but I've had no problems with Firefox.
Line 4: Line 6:
meow meow meow === 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, but there might be a better one.

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

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, but there might be a better one.

Go here for moinmoin details and go here for the highlighter page, pygments

HelpHelp! (last edited 2010-06-16 01:36:30 by DanielMcAnulty)