View wiki formatting
Headings
!This is a top level heading
!!This is a lower level heading
!!!And so on
Looks like this when saved:
This is a top level heading
This is a lower level heading
And so on
Lists
Make a list like this:
* item 1
* item 2
* item 3
Looks like this when saved:
- item 1
- item 2
- item 3
Note that there must be a space between the astrix and item name
Links
Linking to another wiki page, just put double square brackets around the page name
[[Broad Bean Growing]]
looks like this
Linking to an external page where you want the link to appear, put the full URL, including the http:// bit in double square brackets:
[[http://www.bbc.co.uk/gardening/htbg/module7/growing_vegetables.shtml]]
appears like:
http:www.bbc.co.ukgardeninghtbgmodule7growing vegetables.shtml
If you want to have text other thank the URL, put the text you want to appear in square brackets followed by the full URL in round brackets (no space between)
[BBC Veg site](http://www.bbc.co.uk/gardening/htbg/module7/growing_vegetables.shtml)
appears like:
More info on formatting here: http:daringfireball.netprojectsmarkdownsyntax