Difference between revisions of "Help:Contents"
From Gumstix User Wiki
Ashcharles (Talk | contribs) |
Ashcharles (Talk | contribs) |
||
Line 1: | Line 1: | ||
This wiki uses the MediaWiki platform. For editing help, see [http://en.wikipedia.org/wiki/Help:Wiki_markup this page]. | This wiki uses the MediaWiki platform. For editing help, see [http://en.wikipedia.org/wiki/Help:Wiki_markup this page]. | ||
+ | Quick Instructions: | ||
+ | * Create link with square brackets [<url here> <name here>]. E.g. [www.gumstix.net Developer Site] | ||
+ | * Create headings with matching pairs of equal signs. More pairs means lower-level headings. | ||
+ | ==Level 2 Heading== | ||
+ | ===Level 3 Heading=== | ||
+ | * Insert code by prefixing lines with a space. E.g. | ||
+ | $ uname -a | ||
+ | * Use matching pairs of apostrophes to create '''bold'' or ''italic'' text |
Revision as of 12:05, 2 March 2010
This wiki uses the MediaWiki platform. For editing help, see this page. Quick Instructions:
- Create link with square brackets [<url here> <name here>]. E.g. [www.gumstix.net Developer Site]
- Create headings with matching pairs of equal signs. More pairs means lower-level headings.
Level 2 Heading
Level 3 Heading
- Insert code by prefixing lines with a space. E.g.
$ uname -a
- Use matching pairs of apostrophes to create 'bold or italic text