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: | Quick Instructions: | ||
− | * Create link with square brackets [<url here> <name here>]. E.g. [www.gumstix.net Developer Site] | + | * Create link with square brackets [<url here> <name here>]. E.g. [http://www.gumstix.net Developer Site] |
− | * Create headings with matching pairs of equal signs. More pairs means lower-level headings. | + | * Create headings with matching pairs of equal signs. More pairs means lower-level headings. E.g. |
==Level 2 Heading== | ==Level 2 Heading== | ||
===Level 3 Heading=== | ===Level 3 Heading=== | ||
* Insert code by prefixing lines with a space. E.g. | * Insert code by prefixing lines with a space. E.g. | ||
$ uname -a | $ uname -a | ||
− | * Use matching pairs of apostrophes to create '''bold'' or ''italic'' text | + | * Use matching pairs of apostrophes to create '''bold''' or ''italic'' text |
Latest revision as of 12:06, 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. Developer Site
- Create headings with matching pairs of equal signs. More pairs means lower-level headings. E.g.
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